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

git dependency data lost #26

Open rbtcollins opened 10 months ago

rbtcollins commented 10 months ago

before:

dep = { git = "https://github.com/org/repo", rev = "longhexstring" }

after:

dep = "*"

Needless to say, this doesn't work :)

TimonPost commented 10 months ago

doesnt look right!