Files
fparkan/rust-toolchain.toml
T

7 lines
123 B
TOML
Raw Normal View History

[toolchain]
2026-08-21 00:06:04 +00:00
channel = "1.98.0"
2026-06-23 22:05:16 +04:00
components = ["clippy", "rustfmt", "rust-docs"]
targets = [
"x86_64-pc-windows-msvc",
]