From bd7fb55c42e1bb428c28671b4bb4e38465bd2c39 Mon Sep 17 00:00:00 2001 From: Erin Power Date: Fri, 27 Nov 2020 13:48:11 +0100 Subject: [PATCH] Update to nightly 2020-11-26 --- rust-toolchain | 2 +- setup.bat | 2 +- setup.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust-toolchain b/rust-toolchain index ed4dad9a38..5b12fff5b7 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -nightly-2020-11-24 +nightly-2020-11-26 diff --git a/setup.bat b/setup.bat index c435d945d9..cbf7072b4f 100644 --- a/setup.bat +++ b/setup.bat @@ -1,3 +1,3 @@ setlocal -rustup toolchain install nightly-2020-11-24 --component rust-src rustc-dev llvm-tools-preview +rustup toolchain install nightly-2020-11-26 --component rust-src rustc-dev llvm-tools-preview diff --git a/setup.sh b/setup.sh index 40550e2069..a24af6dffa 100755 --- a/setup.sh +++ b/setup.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -rustup toolchain install nightly-2020-11-24 --component rust-src rustc-dev llvm-tools-preview +rustup toolchain install nightly-2020-11-26 --component rust-src rustc-dev llvm-tools-preview