zed/rust-toolchain.toml
Piotr Osiewicz dfd72770e7
chore: bump MSRV to 1.70, add rust-toolchain (#2580)
This time I've added a `components` section to rust-toolchain.toml file
to explicitly require a rustfmt component. Fingers crossed.
2023-06-06 23:49:34 +02:00

4 lines
56 B
TOML

[toolchain]
channel = "1.70"
components = [ "rustfmt" ]