gitbutler/rust-toolchain.toml

11 lines
168 B
TOML

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