From bb499f9ce6856281a96783bc15c8675277fd3f62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 00:27:13 +0000 Subject: [PATCH] chore(deps): update rust to v1.97.1 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 1ce1174..cff7043 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "1.96.1" +channel = "1.97.1" components = ["rust-analyzer", "rust-src"] targets = ["x86_64-unknown-linux-gnu", "aarch64-unknown-linux-musl"] profile = "default"