gitbutler/rust-toolchain.toml

5 lines
147 B
TOML
Raw Normal View History

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