domani/rust-toolchain.toml
2023-05-15 22:58:40 +02:00

5 lines
144 B
TOML

[toolchain]
channel = "nightly-2023-05-08"
components = [ "rustfmt", "rustc-dev", "clippy", "cargo" ]
targets = [ "x86_64-unknown-linux-musl" ]