We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cargo install
1 parent 910e673 commit 6b9ef96Copy full SHA for 6b9ef96
.ci/buildlib
@@ -59,7 +59,7 @@ elif [[ ${OSTYPE} == "darwin"* ]]; then
59
fi
60
61
# manually build cargo-c for arches without native binaries
62
-[[ -n ${SOURCE_CARGO_C} ]] && doecho cargo install cargo-c@{CARGO_C_VERSION}
+[[ -n ${SOURCE_CARGO_C} ]] && doecho cargo install cargo-c@${CARGO_C_VERSION}
63
# output cargo-c version
64
cargo cinstall --version
65
0 commit comments