Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update workspace resolver version to 3 (#915)
For virtual workspaces (workspaces where there isn't a top level crate, only member crates), there is no top-level Rust `edition` property from which Cargo can infer its resolver version. Instead, one must specify the resolver version explicitly. Now we're using Rust 2024 edition (which defaults to resolver version 3 for crates using that edition), we should update the overall workspace resolver version from 2 to 3 for parity with it. See: https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions GUS-W-17894359.
- Loading branch information