Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c5b4d6a

Browse files
committedOct 19, 2020
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.