Skip to content

Commit 6d66adc

Browse files
crawfxrdjackpot51
authored andcommitted
Pin cargo-xbuild to 0.5.29
The new handling of LTO options in 0.5.30+ breaks building on older toolchains.
1 parent 2fe5e11 commit 6d66adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ rustup component add --toolchain "$(cat rust-toolchain)" rust-src
5151
if ! which cargo-xbuild > /dev/null
5252
then
5353
msg "Installing cargo-xbuild"
54-
cargo +nightly install cargo-xbuild
54+
cargo +nightly install cargo-xbuild --version=0.5.29
5555
fi
5656

5757
msg "\x1B[32mSuccessfully installed dependencies"

0 commit comments

Comments
 (0)