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.
This commit is contained in:
Nikolaus Heger
2026-09-01 19:03:54 +08:00
committed by GitHub
parent 41ec132139
commit ceff470a5f

View File

@@ -1,4 +1,4 @@
[toolchain]
channel = "stable"
channel = "1.93.0"
components = ["clippy", "rustfmt"]
profile = "minimal"