Files
serai/rust-toolchain.toml
Luke Parker 84cee06ac1 Rust 1.77
2024-03-21 20:09:33 -04:00

6 lines
133 B
TOML

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