From fbfb16e88643db41b11c675ba3b66bbb37a675d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 19:37:47 +0000 Subject: [PATCH] chore(deps): update rust to v1.97.1 | datasource | package | from | to | | ------------ | ------- | ------ | ------ | | rust-version | rust | 1.97.0 | 1.97.1 | Signed-off-by: renovate[bot] <29139614+renovate[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 a42b911..59277fe 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.97.0" +channel = "1.97.1" components = ["clippy", "rustfmt"]