cargo-dependency-inheritor
cargo-dependency-inheritor copied to clipboard
git dependency data lost
before:
dep = { git = "https://github.com/org/repo", rev = "longhexstring" }
after:
dep = "*"
Needless to say, this doesn't work :)
doesnt look right!