Skip to content

Commit 19e7a74

Browse files
committed
update rust version to 1.63.0
1 parent e74ac89 commit 19e7a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/rust-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
if [[ -n $RUST_STABLE_VERSION ]]; then
1919
stable_version="$RUST_STABLE_VERSION"
2020
else
21-
stable_version=1.60.0
21+
stable_version=1.63.0
2222
fi
2323

2424
if [[ -n $RUST_NIGHTLY_VERSION ]]; then

0 commit comments

Comments
 (0)