From ad43a6590f1af21f7323f34865471ddca321594d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 03:29:29 +0000 Subject: [PATCH] [deps]: Update Rust to v1.89.0 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index e60e765d5..bdfd89573 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "1.87.0" +channel = "1.89.0" components = [ "rustfmt", "clippy" ] profile = "minimal"