Files
rippled/rust-toolchain.toml
Sergey Kuznetsov b32f2fe59b ci: Add Rust to CI (#7808)
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
2026-07-22 10:08:50 -04:00

5 lines
101 B
TOML

[toolchain]
channel = "1.95"
components = ["rustfmt", "clippy", "rust-analyzer"]
profile = "minimal"