From 4f88b92567806980ac34b8f0225d668790c4c955 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Thu, 12 Oct 2023 21:52:07 +0200 Subject: [PATCH] bump rust version --- prepare_rust.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prepare_rust.sh b/prepare_rust.sh index 7bdb067..8e66744 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.70.0 rustup component add rust-src -cargo install --locked --version 0.56.0 bindgen #-cli +cargo install --locked --version 0.62.0 bindgen-cli rustup component add rustfmt rustup component add clippy -- 2.39.2