From 680220f977318ea6d1a70ec1163a43b4eccbe9a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 23:48:49 +0100 Subject: [PATCH] core: bump rust-toolchain from 1.94.1 to 1.95.0 (#21660) Bumps [rust-toolchain](https://github.com/rust-lang/rust) from 1.94.1 to 1.95.0. - [Release notes](https://github.com/rust-lang/rust/releases) - [Changelog](https://github.com/rust-lang/rust/blob/main/RELEASES.md) - [Commits](https://github.com/rust-lang/rust/compare/1.94.1...1.95.0) --- updated-dependencies: - dependency-name: rust-toolchain dependency-version: 1.95.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 834156724d..113908ff13 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.94.1" +channel = "1.95.0" components = ["clippy", "rust-analyzer", "llvm-tools-preview"]