aboutsummaryrefslogtreecommitdiff
path: root/src/rust
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-05-16 21:05:19 +0300
committerGitHub <noreply@github.com>2022-05-16 21:05:19 +0300
commita7dc1749defe3b965051877e998bfc0a664059f6 (patch)
treef68df596a9ee087a56870fc41f8b2af0ac7172c0 /src/rust
parent5cf250cf2f0fc73b9d9f9189894608e1b2322dcf (diff)
python: bug fix when version = none (#14)
* python: bug fix * add missing "none" proposal * nit
Diffstat (limited to 'src/rust')
-rw-r--r--src/rust/feature.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rust/feature.json b/src/rust/feature.json
index 47df7e1..3604ced 100644
--- a/src/rust/feature.json
+++ b/src/rust/feature.json
@@ -4,7 +4,7 @@
"options": {
"version": {
"type": "string",
- "proposals": ["latest", "1.55", "1.54", "1.53"],
+ "proposals": ["latest", "none", "1.55", "1.54", "1.53"],
"default": "latest",
"description": "Select or enter a version of Rust to install."
},