registry/rust-toolchain.toml
2022-10-10 17:25:10 +04:00

6 lines
168 B
TOML

[toolchain]
channel = "nightly"
components = [ "rustfmt", "clippy" ]
targets = [ "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "wasm32-wasi" ]
profile = "minimal"