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