cargo-dependency-inheritor
cargo-dependency-inheritor copied to clipboard
Path dependencies shouldn't specify a version
Currently dependencies with a path attribute are also specifying a version when auto generated, i.e. version = "*". It's better to omit this, the only restriction it adds is that it prevents you from using pre-release versions of a crate that you have vendored in. This can result in the path attribute being ignored, leading to some very confusing builds.
Kinda fixed in #15, but there's still a lot more work to be done ("not worth it" for a one-off tool...).