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

6 lines
112 B
TOML

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