Unexpected dependency resolution (duplicated crate when unification is possible) #14784
Labels
A-dependency-resolution
Area: dependency resolution and the resolver
C-bug
Category: bug
S-triage
Status: This issue is waiting on initial triage.
Problem
I have a project with
maturin 1.7.4
, that depends onpython-pkginfo
, that depends onzip = { version = ">=0.6,<2", default-features = false, features = ["deflate"] }
, and maturin itself depends onzip = { version = "0.6.1", default-features = false, features = [ "bzip2", "deflate", "time", ] }
.I would expect the dependency resolver to unify the zip version to 0.6.6, but instead, I get both zip 0.6.6 and zip 1.1.4
Steps
Possible Solution(s)
No response
Notes
No response
Version
The text was updated successfully, but these errors were encountered: