Skip to content

Commit

Permalink
Use nightly-2020-10-15
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Oct 19, 2020
1 parent a7a03b8 commit c5b4d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/install-rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ toolchain=
if [ -n "$TOOLCHAIN" ]; then
toolchain=$TOOLCHAIN
else
toolchain=nightly
toolchain=nightly-2020-10-15
fi
if [ "$OS" = "windows" ]; then
: "${TARGET?The TARGET environment variable must be set.}"
Expand Down

0 comments on commit c5b4d6a

Please sign in to comment.