Files
fparkan/rust-toolchain.toml
T

10 lines
210 B
TOML
Raw Normal View History

[toolchain]
2026-06-23 22:05:16 +04:00
channel = "1.87.0"
components = ["clippy", "rustfmt", "rust-docs"]
targets = [
"x86_64-unknown-linux-gnu",
"x86_64-pc-windows-msvc",
"aarch64-apple-darwin",
"x86_64-apple-darwin",
]