gitbutler/rust-toolchain.toml.nightly
Sebastian Thiel ad3e15dae4
Avoid using nightly by default.
Instead, use it only where needed, which at this time is Windows
for some nightly-only access to file-descriptors.
2024-07-27 14:35:26 +02:00

5 lines
147 B
Plaintext

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