Files
miner/rust-toolchain
Nikolaus Heger ceff470a5f ci: pin the stable rust toolchain (#91)
CI resolved the floating stable channel, so Rust 1.98 shipped the
chunks_exact_to_as_chunks clippy lint and failed checks that passed on
an older local stable. Pin the exact version, matching how chain pins
its toolchains.
2026-09-01 19:03:54 +08:00

5 lines
86 B
Plaintext

[toolchain]
channel = "1.93.0"
components = ["clippy", "rustfmt"]
profile = "minimal"