From d28cba9d13117babec2535fce253d7ae2910d490 Mon Sep 17 00:00:00 2001 From: khyperia Date: Tue, 10 Nov 2020 09:24:59 +0100 Subject: [PATCH] Update install scripts to match rust-toolchain --- setup.bat | 2 +- setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.bat b/setup.bat index 8950de3418..ef5cf22d74 100644 --- a/setup.bat +++ b/setup.bat @@ -1,6 +1,6 @@ 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 update diff --git a/setup.sh b/setup.sh index 52b8bccadd..be10633e0e 100755 --- a/setup.sh +++ b/setup.sh @@ -1,6 +1,6 @@ #!/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 update