tool: silence resolver version warning

We are getting this warning:

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

Silence by opting into the new behavior.
This commit is contained in:
Julian Stecklina 2023-10-30 10:24:47 +01:00
parent 87d2087a7a
commit 3cb657f5c3
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
[workspace]
resolver = "2"
members = [
"shared",