rucksack/rust-toolchain.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
137 B
TOML
Raw Permalink Normal View History

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