CI: Let `cargo-install-all.sh` resolve stable

This commit is contained in:
Trent Nelson 2021-04-07 12:41:40 -06:00 committed by mergify[bot]
parent 42ce2ba069
commit 388ce12207
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ echo --- Creating release tarball
export CHANNEL
source ci/rust-version.sh stable
scripts/cargo-install-all.sh +"$rust_stable" "${RELEASE_BASENAME}"
scripts/cargo-install-all.sh stable "${RELEASE_BASENAME}"
tar cvf "${TARBALL_BASENAME}"-$TARGET.tar "${RELEASE_BASENAME}"
bzip2 "${TARBALL_BASENAME}"-$TARGET.tar