From 5267e41f6e8c90cd6c43b21acba934f3a43845ec Mon Sep 17 00:00:00 2001 From: Zyad Hassan Date: Tue, 2 Sep 2025 23:40:27 -0700 Subject: [PATCH] Upgrade toolchain to 2025-09-02 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 121f81e8ec97..ca1adb73b5f1 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -2,5 +2,5 @@ # SPDX-License-Identifier: Apache-2.0 OR MIT [toolchain] -channel = "nightly-2025-08-29" +channel = "nightly-2025-09-02" components = ["llvm-tools", "rustc-dev", "rust-src", "rustfmt"]