Closed
Description
This repo demonstrates the problem:
https://github.com/rukai/resolver2-workspace-bug
It includes wgpu 0.11 which requires resolver 2.
- If you include resolver = 2 in the workspace Cargo.toml it builds fine.
- If you remove resolver = 2 from the workspace Cargo.toml it fails with resolver = 1 related errors.
Meta
Occurs on:
- cargo 1.57.0-nightly (7fbbf4e8f 2021-10-19)
- cargo 1.56.0 (4ed5d137b 2021-10-04)