Files
fparkan/rust-toolchain.toml
Valentin Popov f952593e27
Docs Deploy / Build and Deploy MkDocs (push) Successful in 36s
Test / Lint (push) Failing after 2m15s
Test / Test (push) Skipped
Test / Render parity (push) Skipped
chore(toolchain): limit installed targets to windows
2026-07-18 11:55:16 +04:00

7 lines
123 B
TOML

[toolchain]
channel = "1.97.1"
components = ["clippy", "rustfmt", "rust-docs"]
targets = [
"x86_64-pc-windows-msvc",
]