Files
serai/rust-toolchain.toml

6 lines
133 B
TOML
Raw Normal View History

[toolchain]
channel = "1.86"
targets = ["wasm32-unknown-unknown"]
profile = "minimal"
components = ["rust-src", "rustfmt", "clippy"]