From 0a8787fddae72030347ba08641eaaa3fda4af5fb Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Tue, 7 Sep 2021 20:45:28 +0200 Subject: [PATCH] Rustup to rustc 1.57.0-nightly (1698e3cac 2021-09-06) --- rust-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain b/rust-toolchain index 951442715673..c7ef436bfdbc 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2021-09-01" +channel = "nightly-2021-09-07" components = ["rust-src", "rustc-dev", "llvm-tools-preview"]