Skip to content

Commit a06978b

Browse files
committed
1 parent bf419bb commit a06978b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ci/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUST=${TOOLCHAIN}
1515
echo "Testing Rust ${RUST} on ${OS}"
1616

1717
if [ "${TOOLCHAIN}" = "nightly" ] ; then
18-
cargo +nightly install cargo-xbuild -Z install-upgrade
18+
cargo +nightly install cargo-xbuild
1919
rustup component add rust-src
2020
fi
2121

ci/dox.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if ! rustc --version | grep -E "nightly" ; then
1919
fi
2020

2121
rustup 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

ci/semver.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if ! rustc --version | grep -E "nightly" ; then
1313
exit 1
1414
fi
1515

16-
cargo +nightly install semverver -Z install-upgrade
16+
cargo +nightly install semverver
1717

1818
TARGETS=
1919
case "${OS}" in

0 commit comments

Comments
 (0)