Commit 4800213
committed
ci(msrv): bump workspace floor 1.85 → 1.88 for rpassword 7.5 let-chains
`rpassword` 7.5+ uses `let` chains in match arms, stable since
Rust 1.88. CI's MSRV job (currently pinned to 1.85) cannot compile
the crate; downstream consumers running 1.85-1.87 hit the same wall.
- ci.yml: rename `msrv-1-85` → `msrv-1-88`, toolchain pinned to 1.88,
cache key updated.
- crates/hsh-cli/Cargo.toml: `rust-version = "1.85"` → `"1.88"`.
The library crates (hsh / hsh-kms / hsh-digest) still declare
`rust-version = "1.75"` — they don't pull rpassword, so 1.75 stays
buildable for downstream consumers that depend on the libs alone.
---
THE ARCHITECT ᛫ Sebastien Rousseau ᛫ https://sebastienrousseau.com
THE ENGINE ᛞ EUXIS ᛫ Enterprise Unified Execution Intelligence System ᛫ https://euxis.co
Assisted-by: Claude:claude-opus-4-71 parent a636406 commit 4800213
2 files changed
Lines changed: 17 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
166 | | - | |
| 165 | + | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| |||
0 commit comments