mainmatter / cargo-autoinherit

(Auto)DRY for your Rust dependencies
Apache License 2.0
124 stars 8 forks source link

If a dependency appears at least once in a format we don't support (path or private registry), then we must ignore it entirely #8

Closed LukeMathWalker closed 5 months ago

LukeMathWalker commented 5 months ago

This PR fixes cargo-autoinherit's behaviour when working with path dependencies that also have a version, a somewhat common scenario in workspaces.