From cd9eb96c14b80f059eb85a9d9e2a094ded3292a6 Mon Sep 17 00:00:00 2001 From: Michael Tautschnig Date: Thu, 5 Oct 2023 08:59:51 +0000 Subject: [PATCH] Update to 2023-10-05 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 44afc320f4ec..431c80e5e0e2 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -2,5 +2,5 @@ # SPDX-License-Identifier: Apache-2.0 OR MIT [toolchain] -channel = "nightly-2023-10-04" +channel = "nightly-2023-10-05" components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"]