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.
5 lines
86 B
Plaintext
5 lines
86 B
Plaintext
[toolchain]
|
|
channel = "1.93.0"
|
|
components = ["clippy", "rustfmt"]
|
|
profile = "minimal"
|