From a585cda701581a16894858dc088eacd5a02fc78b Mon Sep 17 00:00:00 2001 From: Philipp Krones Date: Sat, 21 Oct 2023 13:41:57 +0200 Subject: [PATCH] Bump nightly version -> 2023-10-21 --- rust-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain b/rust-toolchain index fe2c77ab47f0..7c5b5e97a5c7 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-10-06" +channel = "nightly-2023-10-21" components = ["cargo", "llvm-tools", "rust-src", "rust-std", "rustc", "rustc-dev", "rustfmt"]