Files
serai/rust-toolchain.toml
2025-11-16 18:21:02 -05:00

6 lines
114 B
TOML

[toolchain]
channel = "1.91.1"
targets = ["wasm32v1-none"]
profile = "minimal"
components = ["rustfmt", "clippy"]