Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix workspace manifest to use E2021 resolver. (Azure#584)
While individual crates default to resolver v2 if they are E2021, workspaces are virtual manifests with no edition so they continue to default to resolver v1. cargo raises a warning about this but only sometimes, so this wasn't easily noticeable. This change fixes the workspace manifest to use resolver v2.
- Loading branch information