Skip to content

Commit c32774e

Browse files
committed
Update rustup.sh
1 parent a8bbf60 commit c32774e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/rustup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
set -ex
66

77
ci=$(dirname $0)
8-
for version in 1.60.0 1.62.0 1.74.0 stable beta nightly; do
8+
for version in 1.60.0 1.62.0 1.74.0 1.77.0 stable beta nightly; do
99
rustup run "$version" "$ci/test_full.sh"
1010
done

0 commit comments

Comments
 (0)