Cargo uses wrong dep version when dep is declared in [workspace.dependencies]
#9682
Labels
C-bug
Category: bug
[workspace.dependencies]
#9682
Problem
Steps
Workspace's Cargo.toml:
Workspace member's Cargo.toml:
git
andregistry
in ~/.cargo to force cargo re-download all deps.cargo build
arrayvec-0.4.12
rather thanarrayvec-0.7.1
Possible Solution(s)
Notes
Output of
cargo version
: cargo 1.55.0-nightly (3ebb5f1 2021-07-02)The text was updated successfully, but these errors were encountered: