Skip to content

Commit 9ccc19e

Browse files
authored
Added versions 1.71-1.76 to Rust feature version (#929)
* Update devcontainer-feature.json * Updated version
1 parent a7c8c9a commit 9ccc19e

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/rust/devcontainer-feature.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "rust",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"name": "Rust",
55
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/rust",
66
"description": "Installs Rust, common Rust utilities, and their required dependencies",
@@ -10,6 +10,12 @@
1010
"proposals": [
1111
"latest",
1212
"none",
13+
"1.76",
14+
"1.75",
15+
"1.74",
16+
"1.73",
17+
"1.72",
18+
"1.71",
1319
"1.70",
1420
"1.69",
1521
"1.68",

0 commit comments

Comments
 (0)