chore: 指定项目 rust 版本为 1.93.0,调整 ci 以读取配置 (#626)

This commit is contained in:
ᴀᴍᴛᴏᴀᴇʀ
2026-01-28 18:56:54 +08:00
committed by GitHub
parent 22bc6bb3e8
commit 716c78b1e3
3 changed files with 12 additions and 8 deletions

3
rust-toolchain.toml Normal file
View File

@@ -0,0 +1,3 @@
[toolchain]
channel = "1.93.0"
components = ["clippy"]