paritytech / cargo-unleash

cargo release automatisation tooling for massiv mono-repos
62 stars 14 forks source link

don't update dev dependency without a version number #72

Closed gnunicorn closed 2 years ago

gnunicorn commented 2 years ago

dev-dependencies that have only a path defined are ignored by cargo publish/crates.io nowadays for convienience. Following this pattern we should not be forcing a version number into dev-dependencies on version-upgrades if there wasn't any before.