Skip to content

Commit

Permalink
[Chore] Bump rust version for static binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
krendelhoff2 committed Nov 15, 2024
1 parent 388e4b5 commit 438c376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build/build-rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ set -euo pipefail

wget https://sh.rustup.rs/rustup-init.sh
chmod +x rustup-init.sh
./rustup-init.sh --profile minimal --default-toolchain 1.71.1 -y
./rustup-init.sh --profile minimal --default-toolchain 1.78.0 -y

0 comments on commit 438c376

Please sign in to comment.