diff --git a/rust-toolchain.toml b/rust-toolchain.toml index e0e7cc7ea277..397d3a3a2563 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-09-11" +channel = "nightly-2025-09-12" components = ["llvm-tools", "rustc-dev", "rust-src", "rustfmt"]