chore: resolves a warning seen while running cargo update (#7753)

* chore: resolves a warning seen while running cargo update

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

* Now using resolver 2.
This commit is contained in:
martin frances 2023-09-05 12:28:33 +01:00 committed by GitHub
parent 49beb67dab
commit 50878901ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
[workspace]
resolver = "2"
members = [
# core
"core/tauri",