gitbutler/rust-toolchain.toml
2024-04-04 12:20:31 +02:00

5 lines
147 B
TOML

[toolchain]
channel = "nightly-2024-04-03"
components = [ "rustfmt", "rustc-dev", "clippy", "rust-src", "llvm-tools-preview" ]
profile = "minimal"