Files
mini_lsm/rust-toolchain.toml

5 lines
88 B
TOML
Raw Normal View History

[toolchain]
2023-12-11 13:18:46 +08:00
channel = "1.70.0"
components = [ "rustfmt", "clippy" ]
profile = "minimal"