gitice/rust-toolchain.toml

5 lines
153 B
TOML

[toolchain]
channel = "nightly-2023-02-22"
components = [ "clippy", "rustfmt", "rust-src" ]
targets = [ "x86_64-unknown-linux-gnu" ]
profile = "minimal"