linkleaner/rust-toolchain.toml

6 lines
149 B
TOML
Raw Normal View History

[toolchain]
2024-01-10 11:41:24 +05:30
channel = "nightly-2024-01-09"
2023-06-26 00:33:51 +05:30
components = ["clippy", "rustfmt", "rust-src"]
targets = ["x86_64-unknown-linux-gnu"]
profile = "minimal"