clipboard-substitutor/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

2022-07-05 02:29:28 +05:30
[toolchain]
2024-04-10 22:04:36 +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"]
2022-07-05 02:29:28 +05:30
profile = "minimal"