From a7dc1749defe3b965051877e998bfc0a664059f6 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Mon, 16 May 2022 11:05:19 -0700 Subject: python: bug fix when version = none (#14) * python: bug fix * add missing "none" proposal * nit --- src/rust/feature.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rust') 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." }, -- cgit v1.2.3