mirror of
https://github.com/samvallad33/vestige.git
synced 2026-07-26 23:51:02 +02:00
CI has been red on main since Jul 18. Root cause: there is no toolchain pin, so CI floats to the newest stable. Rust 1.97.0 landed 2026-07-09 with a stricter clippy::for_kv_map and started failing patterns.rs:452, a line that has been in the tree since the v1.0.0 initial commit. The last green CI run on main was Jul 9, the same day 1.97.0 shipped. - patterns.rs: iter_mut() -> values_mut() in delete_pattern - add rust-toolchain.toml pinning 1.97.1 with clippy and rustfmt, so a future Rust release cannot turn main red with no code change Verified on 1.97.1: cargo test --workspace 1588 passed / 0 failed, cargo clippy --workspace --all-targets -- -D warnings exit 0. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| benches | ||
| src | ||
| Cargo.toml | ||