From ecbb8d3be4db7268777d65e96a10a11f9524df9b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 15 Oct 2025 13:42:18 +0000 Subject: [PATCH] Upgrade to nightly-2025-10-10 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 5c83bd63d63..09c13e34472 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2025-10-09" +channel = "nightly-2025-10-10" components = ["rust-src", "rustc-dev", "llvm-tools", "rustfmt", "clippy"]