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

6 lines
112 B
TOML

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