Command line utility to increment cargo version.
cargo install cargo-incversion
cargo incversion [OPTIONS]
-M
: Increments the major part of the version field by one-m
: Increments the minor part of the version field by one-p
: Increments the patch part of the version field by one-c <version>
: Sets the version field of Cargo.toml to <version>