Skip to content

Commit

Permalink
Update rust version ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgarfield committed Feb 7, 2024
1 parent c462c7e commit f3a13d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/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.60.0
stable_version=1.73.0
fi

if [[ -n $RUST_NIGHTLY_VERSION ]]; then
nightly_version="$RUST_NIGHTLY_VERSION"
else
nightly_version=2022-02-24
nightly_version=2023-02-24
fi


Expand Down

0 comments on commit f3a13d5

Please sign in to comment.