Bend/rust-toolchain.toml

5 lines
98 B
TOML
Raw Normal View History

[toolchain]
profile = "minimal"
channel = "nightly-2023-12-10"
components = ["rustfmt", "clippy"]