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

dependency registry is discarded

Open jayvdb opened this issue 2 years ago • 0 comments

I have some dependencies which use a different registry.

e.g.

foobar = { version = "=0.20.1", registry = "my-private-registry" }

Running cargo-dependency-inheritor causes them to be deleted.

jayvdb avatar Jul 18 '23 05:07 jayvdb