Skip to content

Commit

Permalink
use rust version 1.75
Browse files Browse the repository at this point in the history
  • Loading branch information
grooviegermanikus committed Nov 6, 2024
1 parent a1d65e1 commit 3e58c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/rust-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3e58c5f

Please sign in to comment.