gitbutler/rust-toolchain.toml.stable
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
88 B
Plaintext

[toolchain]
channel = "stable"
components = [ "rustfmt", "clippy" ]
profile = "minimal"