Files
fparkan/rust-toolchain.toml
T
Valentin Popov 337894528c
Docs Deploy / Build and Deploy MkDocs (push) Successful in 49s
Test / Lint (push) Failing after 11m30s
Test / Test (push) Skipped
Test / Render parity (push) Skipped
build: upgrade Rust toolchain to 1.97.1
2026-07-18 05:20:43 +04:00

10 lines
210 B
TOML

[toolchain]
channel = "1.97.1"
components = ["clippy", "rustfmt", "rust-docs"]
targets = [
"x86_64-unknown-linux-gnu",
"x86_64-pc-windows-msvc",
"aarch64-apple-darwin",
"x86_64-apple-darwin",
]