use rust version 1.75

This commit is contained in:
GroovieGermanikus 2024-11-06 14:45:41 +01:00
parent a1d65e1eca
commit 3e58c5f18b
No known key found for this signature in database
GPG Key ID: 5B6EB831A5CD2015
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
if [[ -n $RUST_STABLE_VERSION ]]; then
stable_version="$RUST_STABLE_VERSION"
else
stable_version=1.70.0
stable_version=1.75.0
fi
if [[ -n $RUST_NIGHTLY_VERSION ]]; then
@ -91,7 +91,7 @@ export rust_nightly_docker_image=solanalabs/rust-nightly:"$nightly_version"
if [[ -n $RUST_STABLE_VERSION ]]; then
stable_version="$RUST_STABLE_VERSION"
else
stable_version=1.70.0
stable_version=1.75.0
fi
if [[ -n $RUST_NIGHTLY_VERSION ]]; then