We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe5e11 commit 6d66adcCopy full SHA for 6d66adc
scripts/deps.sh
@@ -51,7 +51,7 @@ rustup component add --toolchain "$(cat rust-toolchain)" rust-src
51
if ! which cargo-xbuild > /dev/null
52
then
53
msg "Installing cargo-xbuild"
54
- cargo +nightly install cargo-xbuild
+ cargo +nightly install cargo-xbuild --version=0.5.29
55
fi
56
57
msg "\x1B[32mSuccessfully installed dependencies"
0 commit comments