registry/rust-toolchain.toml
2023-03-22 15:59:51 +04:00

6 lines
175 B
TOML

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