From 1bc7d15d9cf3c8284121000034643df3b1032cc4 Mon Sep 17 00:00:00 2001 From: Sylvester Hesp Date: Mon, 29 Aug 2022 20:38:16 +0200 Subject: [PATCH] Update to nightly-2022-06-27 --- rust-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain b/rust-toolchain index 408b584f6a..192912b9ee 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -5,5 +5,5 @@ # to the user in the error, instead of "error: invalid channel name '[toolchain]'". [toolchain] -channel = "nightly-2022-06-20" +channel = "nightly-2022-06-27" components = ["rust-src", "rustc-dev", "llvm-tools-preview"]