gitbutler/rust-toolchain.toml

4 lines
146 B
TOML
Raw Normal View History

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