Pin cargo-xbuild to 0.5.29

The new handling of LTO options in 0.5.30+ breaks building on older
toolchains.
This commit is contained in:
Tim Crawford
2020-05-20 13:34:10 -06:00
committed by Jeremy Soller
parent 2fe5e11445
commit 6d66adc7f5

View File

@@ -51,7 +51,7 @@ rustup component add --toolchain "$(cat rust-toolchain)" rust-src
if ! which cargo-xbuild > /dev/null
then
msg "Installing cargo-xbuild"
cargo +nightly install cargo-xbuild
cargo +nightly install cargo-xbuild --version=0.5.29
fi
msg "\x1B[32mSuccessfully installed dependencies"