ci: 固定 Rust 1.94.0(rust-toolchain + Gitea Actions)

Made-with: Cursor
This commit is contained in:
voson
2026-03-20 21:54:13 +08:00
parent ad3c8d1672
commit 8cd4dbf592
2 changed files with 25 additions and 10 deletions

3
rust-toolchain.toml Normal file
View File

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