X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/dcb4d61e378cee21646a656d92055160bcb4c99f..b33d2b4a9a4568ba67f6ed07e343e9eac0be2f7e:/prepare_rust.sh diff --git a/prepare_rust.sh b/prepare_rust.sh index bbe184e..7bdb067 100644 --- a/prepare_rust.sh +++ b/prepare_rust.sh @@ -18,6 +18,6 @@ curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchai source "$(pwd)/build/cargo/env" rustup override set 1.68.2 rustup component add rust-src -cargo install --locked --version 0.56.0 bindgen +cargo install --locked --version 0.56.0 bindgen #-cli rustup component add rustfmt rustup component add clippy