registry/rust-toolchain.toml

6 lines
179 B
TOML
Raw Normal View History

2022-10-10 17:25:10 +04:00
[toolchain]
2023-11-21 16:55:05 +02:00
channel = "nightly-2023-06-27"
components = [ "rustfmt", "clippy" ]
targets = [ "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "wasm32-wasi" ]
2022-10-10 17:25:10 +04:00
profile = "minimal"