Skip to content

Commit

Permalink
Update Rust version proposals to include up to 1.83 (latest)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom01098 authored Dec 31, 2024
1 parent 8e8e14f commit 0682e5a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/rust/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "rust",
"version": "1.3.1",
"version": "1.3.2",
"name": "Rust",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/rust",
"description": "Installs Rust, common Rust utilities, and their required dependencies",
Expand All @@ -10,6 +10,10 @@
"proposals": [
"latest",
"none",
"1.83",
"1.82",
"1.81",
"1.80",
"1.79",
"1.78",
"1.77",
Expand Down

0 comments on commit 0682e5a

Please sign in to comment.