From 3401bfdbf136c2fff1aff7e3aef0f9755d372bfe Mon Sep 17 00:00:00 2001 From: celinval Date: Thu, 30 Nov 2023 02:56:51 +0000 Subject: [PATCH] Upgrade Rust toolchain to nightly-2023-11-30 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index be9562da31fd..108753847249 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-29" +channel = "nightly-2023-11-30" components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"]