Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 99914c9

Browse files
authored
Bump Rust to match monorepo (1.54 and 2021-08-02 nightly) (#2389)
1 parent 562fd6d commit 99914c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/rust-version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
if [[ -n $RUST_STABLE_VERSION ]]; then
1919
stable_version="$RUST_STABLE_VERSION"
2020
else
21-
stable_version=1.53.0
21+
stable_version=1.54.0
2222
fi
2323

2424
if [[ -n $RUST_NIGHTLY_VERSION ]]; then
2525
nightly_version="$RUST_NIGHTLY_VERSION"
2626
else
27-
nightly_version=2021-06-09
27+
nightly_version=2021-08-02
2828
fi
2929

3030

0 commit comments

Comments
 (0)