diff --git a/bootstrap.sh b/bootstrap.sh index 31c95e1..596ace7 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -864,8 +864,8 @@ usage() # Looks for and installs a cargo-managed binary or subcommand ############################################################# cargoInstall() { - if [[ "`cargo install --list`" != *"$1 v$2"* ]]; then - cargo install --force --version "$2" "$1" + if [[ "`cargo +stable install --list`" != *"$1 v$2"* ]]; then + cargo +stable install --force --version "$2" "$1" else echo "You have $1 version $2 installed already!" fi