From de2730878581a0be64b19ca9d928b43f23b9e8e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 21:33:26 +0000 Subject: [PATCH] build(deps): Bump rust-toolchain Bumps [rust-toolchain](https://github.com/rust-lang/rust) from nightly-2025-11-01 to nightly-2025-11-02. - [Release notes](https://github.com/rust-lang/rust/releases) - [Changelog](https://github.com/rust-lang/rust/blob/master/RELEASES.md) - [Commits](https://github.com/rust-lang/rust/commits) --- updated-dependencies: - dependency-name: rust-toolchain dependency-version: nightly-2025-11-02 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 1e8bf1fe83..c49d5dad12 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "nightly-2025-11-01" +channel = "nightly-2025-11-02" components = [ "llvm-tools", "rust-src",