Pin Rust Nightly to 2020-10-25 (#139)

This commit is contained in:
Johan Andersson 2020-10-26 13:59:34 +01:00 committed by GitHub
parent 9e67f83cd6
commit 22209ede49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
nightly
nightly-2020-10-25

View File

@ -1,3 +1,3 @@
setlocal
rustup toolchain install nightly --component rust-src rustc-dev llvm-tools-preview
rustup component add rust-src rustc-dev llvm-tools-preview

View File

@ -1,2 +1,2 @@
#!/usr/bin/env bash
rustup toolchain install nightly --component rust-src rustc-dev llvm-tools-preview
rustup component add rust-src rustc-dev llvm-tools-preview