Update rust versions

This commit is contained in:
2024-12-31 18:57:47 +01:00
parent ef24403f6e
commit 2f0197ad08
13 changed files with 95 additions and 59 deletions

View File

@@ -66,14 +66,14 @@
{
"id": "build cfg",
"type": "pickString",
"options": ["debug", "release"],
"options": ["debug", "release", "compatible", "incompatible"],
"default": "release",
"description": "build configuration"
},
{
"id": "cargo cmd",
"type":"pickString",
"options": ["build", "check", "update", "clean", "run", "tree"],
"options": ["build", "check", "update", "upgrade", "clean", "run", "tree"],
"default": "build",
"description": "cargo command to run"
}