Skip to content

Commit

Permalink
Fix breakage due to rust-lang/cargo#7560 and rust-lang/rust#66748
Browse files Browse the repository at this point in the history
  • Loading branch information
msizanoen1 committed Nov 28, 2019
1 parent bf419bb commit a06978b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/build.sh
Expand Up @@ -15,7 +15,7 @@ RUST=${TOOLCHAIN}
echo "Testing Rust ${RUST} on ${OS}"

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

Expand Down
2 changes: 1 addition & 1 deletion ci/dox.sh
Expand Up @@ -19,7 +19,7 @@ if ! rustc --version | grep -E "nightly" ; then
fi

rustup component add rust-src
cargo +nightly install cargo-xbuild -Z install-upgrade
cargo +nightly install cargo-xbuild

# List all targets that do currently build successfully:
# shellcheck disable=SC1003
Expand Down
2 changes: 1 addition & 1 deletion ci/semver.sh
Expand Up @@ -13,7 +13,7 @@ if ! rustc --version | grep -E "nightly" ; then
exit 1
fi

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

TARGETS=
case "${OS}" in
Expand Down

0 comments on commit a06978b

Please sign in to comment.