Skip to content

Commit f3a13d5

Browse files
committed
Update rust version ci script
1 parent c462c7e commit f3a13d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ci/rust-version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
if [[ -n $RUST_STABLE_VERSION ]]; then
2424
stable_version="$RUST_STABLE_VERSION"
2525
else
26-
stable_version=1.60.0
26+
stable_version=1.73.0
2727
fi
2828

2929
if [[ -n $RUST_NIGHTLY_VERSION ]]; then
3030
nightly_version="$RUST_NIGHTLY_VERSION"
3131
else
32-
nightly_version=2022-02-24
32+
nightly_version=2023-02-24
3333
fi
3434

3535

0 commit comments

Comments
 (0)