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:
committed by
Jeremy Soller
parent
2fe5e11445
commit
6d66adc7f5
@@ -51,7 +51,7 @@ rustup component add --toolchain "$(cat rust-toolchain)" rust-src
|
|||||||
if ! which cargo-xbuild > /dev/null
|
if ! which cargo-xbuild > /dev/null
|
||||||
then
|
then
|
||||||
msg "Installing cargo-xbuild"
|
msg "Installing cargo-xbuild"
|
||||||
cargo +nightly install cargo-xbuild
|
cargo +nightly install cargo-xbuild --version=0.5.29
|
||||||
fi
|
fi
|
||||||
|
|
||||||
msg "\x1B[32mSuccessfully installed dependencies"
|
msg "\x1B[32mSuccessfully installed dependencies"
|
||||||
|
Reference in New Issue
Block a user