text-editor/rust-toolchain.toml

6 lines
137 B
TOML
Raw Normal View History

2022-08-08 00:56:39 +05:30
[toolchain]
channel = "1.70.0"
components = ["clippy", "rustfmt", "rust-src"]
targets = ["x86_64-unknown-linux-gnu"]
2022-08-08 00:56:39 +05:30
profile = "minimal"