mainmatter / cargo-autoinherit

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

Handle wildcard dependencies #4

Closed k0nserv closed 5 months ago

k0nserv commented 5 months ago

Thanks for creating this project. I encountered problems with wildcard version requirements when I tried it, this patch fixes that. I think it's reasonable to support wildcards and prefer the fully specified version

LukeMathWalker commented 5 months ago

Thank you!