mainmatter / cargo-autoinherit

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

usage feedback - something panics when declaring a dependency like this `foo = "*"` #9

Closed helio-frota closed 7 months ago

helio-frota commented 7 months ago

At: https://github.com/mainmatter/cargo-autoinherit/blob/main/src/dedup.rs#L147

thanks for the tool :+1:

LukeMathWalker commented 7 months ago

This has been fixed already (see #3). If you install the newest version it should work as expected!

helio-frota commented 7 months ago

thanks :+1: