From b0879e3e877a6a62980dd7f2381d5f62dfee4a87 Mon Sep 17 00:00:00 2001 From: amtoaer Date: Mon, 13 Jul 2026 11:12:49 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20Rust=20=E8=87=B3?= =?UTF-8?q?=201.97.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 0c3f8c1..d52bc1e 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.96.0" +channel = "1.97.0" components = ["clippy"]