Update install scripts to match rust-toolchain

This commit is contained in:
khyperia 2020-11-10 09:24:59 +01:00
parent cf52d51199
commit d28cba9d13
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
setlocal setlocal
rustup toolchain install nightly-2020-10-25 --component rust-src rustc-dev llvm-tools-preview rustup toolchain install nightly-2020-11-09 --component rust-src rustc-dev llvm-tools-preview
git submodule init git submodule init
git submodule update git submodule update

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
rustup toolchain install nightly-2020-10-25 --component rust-src rustc-dev llvm-tools-preview rustup toolchain install nightly-2020-11-09 --component rust-src rustc-dev llvm-tools-preview
git submodule init git submodule init
git submodule update git submodule update