eopb/cargo-override

Multiple copies of the same dependency with different versions may fail to patch

Closed this issue · 1 comments

eopb commented

if dependeny.req.matches(&patch_manifest_details.version).not() {
checks only a single dependency

eopb commented

This was fixed in #66