X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/d87adfd2ac5e311eefe23d4b8544fc4c7e54296e..c63db8ae27b8eb4ae28032ec2d039ee674d9bdb2:/prepare_rust.sh diff --git a/prepare_rust.sh b/prepare_rust.sh index bbe184e..01ff887 100644 --- a/prepare_rust.sh +++ b/prepare_rust.sh @@ -16,8 +16,8 @@ export RUSTUP_HOME="$(pwd)/build/rust" rm -rf ${CARGO_HOME} ${RUSTUP_HOME} curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain none source "$(pwd)/build/cargo/env" -rustup override set 1.68.2 +rustup override set 1.72.0 rustup component add rust-src -cargo install --locked --version 0.56.0 bindgen +cargo install --locked --version 0.68.1 bindgen-cli rustup component add rustfmt rustup component add clippy