File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUST=${TOOLCHAIN}
1515echo " Testing Rust ${RUST} on ${OS} "
1616
1717if [ " ${TOOLCHAIN} " = " nightly" ] ; then
18- cargo +nightly install cargo-xbuild -Z install-upgrade
18+ cargo +nightly install cargo-xbuild
1919 rustup component add rust-src
2020fi
2121
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ if ! rustc --version | grep -E "nightly" ; then
1919fi
2020
2121rustup component add rust-src
22- cargo +nightly install cargo-xbuild -Z install-upgrade
22+ cargo +nightly install cargo-xbuild
2323
2424# List all targets that do currently build successfully:
2525# shellcheck disable=SC1003
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if ! rustc --version | grep -E "nightly" ; then
1313 exit 1
1414fi
1515
16- cargo +nightly install semverver -Z install-upgrade
16+ cargo +nightly install semverver
1717
1818TARGETS=
1919case " ${OS} " in
You can’t perform that action at this time.
0 commit comments