TimonPost / cargo-dependency-inheritor

Utility to inherit dependencies from workspace file if it occurs 'n' or more times throughout the project.
Apache License 2.0
30 stars 1 forks source link

Omit version field if its value is `"*"` #15

Closed MarijnS95 closed 1 year ago

MarijnS95 commented 1 year ago

Both git and local path dependencies are implicitly accepting any version as represented by cargo_metadata's version = "*", but emitting these results in unnecessary noise.

This change only adapts the version in inline tables as git translation (the common source for a some-git-repo = "*" in [workspace.dependencies]) has not yet been implemented.