Files
mini_lsm/rust-toolchain.toml

5 lines
86 B
TOML
Raw Normal View History

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