Skip to content

Commit c5b4d6a

Browse files
committed
Use nightly-2020-10-15
1 parent a7a03b8 commit c5b4d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install-rust.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toolchain=
88
if [ -n "$TOOLCHAIN" ]; then
99
toolchain=$TOOLCHAIN
1010
else
11-
toolchain=nightly
11+
toolchain=nightly-2020-10-15
1212
fi
1313
if [ "$OS" = "windows" ]; then
1414
: "${TARGET?The TARGET environment variable must be set.}"

0 commit comments

Comments
 (0)