Closed gnunicorn closed 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.
dev-dependencies
path
version
dev-dependencies
that have only apath
defined are ignored by cargo publish/crates.io nowadays for convienience. Following this pattern we should not be forcing a version number intodev-dependencies
onversion
-upgrades if there wasn't any before.