cargo-ver
cargo-ver is a cargo extension to manage crate versions.
Usage
This command should always be invoked from cargo.
# show the current version
# set the crate version to 0.2.5
# bump the major version
# short: cargo ver b maj
Installation
Option 1: From crates.io
cargo install --locked cargo-ver
Option 2: Clone the project