gitbutler/rust-toolchain.toml
2024-10-23 22:42:46 +02:00

11 lines
168 B
TOML

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