Commit 021c778
authored
Bump MSRV to 1.85 and read it from Cargo.toml in CI (#7)
A transitive dependency (getrandom 0.4.1 via tempfile/prost-build)
now requires Rust 1.85+ (edition2024). Since this is a library crate,
Cargo.lock is not committed, so CI resolves the latest compatible
versions which broke the 1.83 build.
Bump rust-version in Cargo.toml to 1.85 and update the CI test matrix
to read the MSRV from Cargo.toml rather than hardcoding it, preventing
future drift.1 parent 3c22464 commit 021c778
2 files changed
+12
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
23 | 32 | | |
24 | 33 | | |
25 | | - | |
| 34 | + | |
26 | 35 | | |
27 | 36 | | |
28 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments