We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nightly-2020-10-18
1 parent a7a03b8 commit a383f93Copy full SHA for a383f93
ci/install-rust.sh
@@ -8,7 +8,7 @@ toolchain=
8
if [ -n "$TOOLCHAIN" ]; then
9
toolchain=$TOOLCHAIN
10
else
11
- toolchain=nightly
+ toolchain=nightly-2020-10-18
12
fi
13
if [ "$OS" = "windows" ]; then
14
: "${TARGET?The TARGET environment variable must be set.}"
0 commit comments