killercup / cargo-edit

A utility for managing cargo dependencies from the command line.
http://killercup.github.io/cargo-edit/
MIT License
3.09k stars 148 forks source link

Make it easier to manage version metadata #832

Open epage opened 1 year ago

epage commented 1 year ago

Inspired by crate-ci/cargo-release#637, I suspect we could make the version metadata easier to manage. As cargo set-version doesn't have a config file, we'd likely want to be opinionated since it doesn't help to have to set the value on the command line as well. I proposed having the "persistent" behavior described in the cargo-release issue.