From f880b61e4c4b65f63aeff1f9c44f109b59a3c9fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 22:32:23 +0000 Subject: [PATCH] Bump rust-toolchain from 1.88.0 to 1.90.0 Bumps [rust-toolchain](https://github.com/rust-lang/rust) from 1.88.0 to 1.90.0. - [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/compare/1.88.0...1.90.0) --- updated-dependencies: - dependency-name: rust-toolchain dependency-version: 1.90.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 a34f5cc7..b7b1b24e 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "1.88.0" +channel = "1.90.0" profile = "default" # see https://rust-lang.github.io/rustup/concepts/profiles.html components = [ "rust-analyzer",