Commit ebe1117
authored
MSRV CI job fail to use cargo rust-version dependency resolution (#23881)
# Objective
- CI fails because of a wrong MSRV issue
## Solution
- ~`cargo metadata` creates a lock file with the current stable version,
which is then used by the MSRV~ turns out `cargo metadata --no-deps`
doesn't lock the lock file unlike `cargo metadata`
- ~clear the stable lock file~
- also update the resolver to v3:
https://doc.rust-lang.org/edition-guide/rust-2024/cargo-resolver.html
## Testing
- CI1 parent d4379d4 commit ebe1117
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments