From 998fef81194f72e2bce8491b77503d7886eef56e Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Tue, 22 Mar 2022 12:02:50 +0100 Subject: [PATCH] Rustup to rustc 1.61.0-nightly (3c17c84a3 2022-03-21) --- rust-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain b/rust-toolchain index 84d90e5db025..cf3fff23a2aa 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2022-03-19" +channel = "nightly-2022-03-22" components = ["rust-src", "rustc-dev", "llvm-tools-preview"]