Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Cargo workspace resolver method
Workspace `Cargo.toml` files default to the first-version resolver, but all our actual crates specify the 2021 edition, which uses the second-version resolver semantics. In more recent Cargo versions, this discrepancy is met with a warning. This commit fixes the resolver version of the workspace configuration, and updates the lockfile accordingly.
- Loading branch information