Files
Genarrative/rust-toolchain.toml
kdletters 271b153308 统一Rust格式化工具链与构建门禁
固定Rust 1.96.0与rustfmt格式配置

接入本地lint、Codex提交前检查和Jenkins构建门禁

提交server-rs全workspace一次性格式化基线

同步开发运维文档与production-ops防回退检查
2026-07-15 21:06:05 +08:00

5 lines
76 B
TOML

[toolchain]
channel = "1.96.0"
profile = "minimal"
components = ["rustfmt"]