diff options
author | Josh Spicer <joshspicer@github.com> | 2022-08-16 17:40:35 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-16 17:40:35 +0300 |
commit | ea4eaf2a7a04a898e22c3e9820576df4f413fcbb (patch) | |
tree | 515a0429e07817badb8247202b99df9555977333 /src/rust | |
parent | 471e9e800d978d541ea08c94d6ad1a3b69375f75 (diff) |
update `rust` version proposals (#95)
Update devcontainer-feature.json
Diffstat (limited to 'src/rust')
-rw-r--r-- | src/rust/devcontainer-feature.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/rust/devcontainer-feature.json b/src/rust/devcontainer-feature.json index 5790af8..ddfe4ca 100644 --- a/src/rust/devcontainer-feature.json +++ b/src/rust/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "rust", - "version": "1.0.0", + "version": "1.0.1", "name": "Rust", "description": "Installs Rust, common Rust utilities, and their required dependencies", "options": { @@ -9,9 +9,9 @@ "proposals": [ "latest", "none", - "1.55", - "1.54", - "1.53" + "1.63", + "1.62", + "1.61" ], "default": "latest", "description": "Select or enter a version of Rust to install." |