From bbc97e7e1802e007ec14d2bda538f2b0fa8b8e70 Mon Sep 17 00:00:00 2001 From: Sylvester Hesp Date: Wed, 7 Sep 2022 15:06:55 +0200 Subject: [PATCH] Update to nightly-2022-08-01 --- rust-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain b/rust-toolchain index 399bdabe90..952aadd70e 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-07-25" +channel = "nightly-2022-08-01" components = ["rust-src", "rustc-dev", "llvm-tools-preview"]