Update Rust to latest version

This commit is contained in:
2025-01-20 22:39:59 +00:00
parent 6d923b6ab6
commit 4b08a8b6b8
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
echo "<<< Install Rust prerequisites >>>"
apt install -y curl
RUST_VERSION=1.78.0
RUST_VERSION=1.84.0
echo "<<< Install Rust $RUST_VERSION >>>"
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain=$RUST_VERSION -y
. "$HOME/.cargo/env"