## Context Cargo.toml uses edition 2024 + let-chains syntax. No MSRV recorded. ## What to do Add `rust-version = "1.85"` (or whatever 2024-edition + let-chains stable needs). Verify by running CI on that toolchain (matrix: msrv + stable). ## Acceptance - [ ] Cargo.toml has rust-version - [ ] CI matrix includes the pinned MSRV
Context
Cargo.toml uses edition 2024 + let-chains syntax. No MSRV recorded.
What to do
Add
rust-version = "1.85"(or whatever 2024-edition + let-chains stable needs). Verify by running CI on that toolchain (matrix: msrv + stable).Acceptance