Revert back to installing exact nightly in setup script

This commit is contained in:
Johan Andersson 2020-10-26 14:20:52 +01:00
parent 22209ede49
commit d9838a0a5f
2 changed files with 3 additions and 2 deletions

View File

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

View File

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