Files
serai/rust-toolchain.toml
Luke Parker bad3d210ba rust 1.75
2023-12-30 03:26:32 -05:00

6 lines
133 B
TOML

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