From 07bcc41ac19969e59c62d230140eafeafa570c8c Mon Sep 17 00:00:00 2001 From: Qinheping Hu Date: Sat, 21 Sep 2024 01:27:46 -0500 Subject: [PATCH] Upgrade toolchain to 2024-09-14 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 934515867187..668713f66b4a 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -2,5 +2,5 @@ # SPDX-License-Identifier: Apache-2.0 OR MIT [toolchain] -channel = "nightly-2024-09-12" +channel = "nightly-2024-09-14" components = ["llvm-tools", "rustc-dev", "rust-src", "rustfmt"]