Skip to content

Commit ea4eaf2

Browse files
authored
update rust version proposals (devcontainers#95)
Update devcontainer-feature.json
1 parent 471e9e8 commit ea4eaf2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/rust/devcontainer-feature.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "rust",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"name": "Rust",
55
"description": "Installs Rust, common Rust utilities, and their required dependencies",
66
"options": {
@@ -9,9 +9,9 @@
99
"proposals": [
1010
"latest",
1111
"none",
12-
"1.55",
13-
"1.54",
14-
"1.53"
12+
"1.63",
13+
"1.62",
14+
"1.61"
1515
],
1616
"default": "latest",
1717
"description": "Select or enter a version of Rust to install."

0 commit comments

Comments
 (0)