registry/rust-toolchain.toml
2023-11-21 20:58:27 +02:00

6 lines
179 B
TOML

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