Skip to content

Commit d28cba9

Browse files
committed
Update install scripts to match rust-toolchain
1 parent cf52d51 commit d28cba9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
setlocal
22

3-
rustup toolchain install nightly-2020-10-25 --component rust-src rustc-dev llvm-tools-preview
3+
rustup toolchain install nightly-2020-11-09 --component rust-src rustc-dev llvm-tools-preview
44

55
git submodule init
66
git submodule update

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
rustup toolchain install nightly-2020-10-25 --component rust-src rustc-dev llvm-tools-preview
3+
rustup toolchain install nightly-2020-11-09 --component rust-src rustc-dev llvm-tools-preview
44

55
git submodule init
66
git submodule update

0 commit comments

Comments
 (0)