gitbutler/rust-toolchain.toml

11 lines
168 B
TOML
Raw Normal View History

2023-12-11 13:09:19 +03:00
[toolchain]
channel = "nightly-2024-10-22"
components = [
"rustfmt",
"rustc-dev",
"clippy",
"rust-src",
"llvm-tools-preview",
]
2024-04-04 13:20:31 +03:00
profile = "minimal"