cargo-dependency-inheritor icon indicating copy to clipboard operation
cargo-dependency-inheritor copied to clipboard

git dependency data lost

Open rbtcollins opened this issue 2 years ago • 1 comments

before:

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

after:

dep = "*"

Needless to say, this doesn't work :)

rbtcollins avatar Nov 17 '23 17:11 rbtcollins

doesnt look right!

TimonPost avatar Nov 17 '23 18:11 TimonPost