gitbutler/rust-toolchain.toml
2023-12-11 11:09:19 +01:00

4 lines
146 B
TOML

[toolchain]
channel = "nightly-2023-12-08"
components = [ "rustfmt", "rustc-dev", "clippy", "rust-src", "llvm-tools-preview" ]
profile = "minimal"