Files
nix_builder/rust-toolchain.toml

5 lines
86 B
TOML
Raw Normal View History

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