Skip to content

Commit

Permalink
update rust version to 1.69.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarkitan-everstake authored Nov 15, 2023
1 parent 5b834dd commit df91da8
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,13 +23,13 @@
if [[ -n $RUST_STABLE_VERSION ]]; then
stable_version="$RUST_STABLE_VERSION"
else
stable_version=1.68.0
stable_version=1.69.0
fi

if [[ -n $RUST_NIGHTLY_VERSION ]]; then
nightly_version="$RUST_NIGHTLY_VERSION"
else
nightly_version=2022-04-01
nightly_version=2023-04-19
fi


Expand Down

0 comments on commit df91da8

Please sign in to comment.