From dfd9180198959ba169a97d8f4974ca54ed0e8b23 Mon Sep 17 00:00:00 2001 From: amtoaer Date: Thu, 3 Sep 2026 16:51:42 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8D=87=E7=BA=A7=20Rust=20=E8=87=B3?= =?UTF-8?q?=201.98.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 d52bc1e..13eb3e2 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.97.0" +channel = "1.98.0" components = ["clippy"]