Commit 1156351
Switch to using resolver version 2
Cargo's v2 version & feature resolver got introduced a while back.
Apparently, however, it's not enabled by default for virtual workspaces:
> warning: some crates are on edition 2021 which defaults to `resolver =
> "2"`, but virtual workspaces default to `resolver = "1"`
> note: to keep the current resolver, specify `workspace.resolver = "1"`
> in the workspace root's manifest
> note: to use the edition 2021 resolver, specify `workspace.resolver =
> "2"` in the workspace root's manifest
Let's switch to using resolver v2.
Signed-off-by: Daniel Müller <[email protected]>1 parent 9a1aa2f commit 1156351
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
0 commit comments