Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cargo: Set
resolver = "2"
and avoid warning
Since a few Rust versions `cargo` complains: warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` Avoid that by setting the resolver for the virtual manifest to `"2"` explicitly.
- Loading branch information