We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e019061 commit f7cca28Copy full SHA for f7cca28
src/etc/_cargo
@@ -175,7 +175,7 @@ _cargo() {
175
'--rev=[specific commit to use when installing from git]:commit' \
176
'--root=[directory to install packages into]: :_directories' \
177
'--tag=[tag to use when installing from git]:tag' \
178
- '--version='[version to install from crates.io]:version' \
+ '--version=[version to install from crates.io]:version' \
179
'--list[list all installed packages and their versions]' \
180
'*: :_guard "^-*" "crate"'
181
;;
0 commit comments