Use resolver 2 in cargo workspaces

This commit is contained in:
Gusto 2023-12-05 17:07:20 +02:00
parent dc32f22f4a
commit 027fba91cb
No known key found for this signature in database
1 changed files with 3 additions and 1 deletions

View File

@ -4,4 +4,6 @@ members = [
"waku-bindings",
"waku-sys",
"examples/toy-chat"
]
]
resolver = "2"