Files
serai/rust-toolchain.toml
Luke Parker ac7af40f2e Remove rust-src as a component for WASM
It's unnecessary since `wasm32v1-none`.
2025-11-12 23:00:57 -05:00

6 lines
114 B
TOML

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