From dc6b0441831e9ca3a961270397f01a7aba5c1b82 Mon Sep 17 00:00:00 2001 From: tautschnig Date: Tue, 28 Nov 2023 03:01:13 +0000 Subject: [PATCH] Upgrade Rust toolchain to nightly-2023-11-22 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index e3af7b80e8f6..c759e2625603 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-11-21" +channel = "nightly-2023-11-22" components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"]