linkleaner/rust-toolchain.toml

6 lines
153 B
TOML

[toolchain]
channel = "nightly-2022-10-14"
components = [ "clippy", "rustfmt", "rust-src" ]
targets = [ "x86_64-unknown-linux-gnu" ]
profile = "minimal"