Commit 70cb768
committed
Use resolver '3' for the workspace
Some important changes to how MSRV is handled were introduced in Rust
2024.
We need to switch to resolver version 3 in order to have access to
those changes. More information can be found in:
https://rust-lang.github.io/rfcs/3537-msrv-resolver.html
Switching resolvers sometimes require some code changes, which are
integrated in this commit as a result of running "cargo fix --edition"1 parent b3c5472 commit 70cb768
2 files changed
+7
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
0 commit comments