5 releases
Uses new Rust 2024
new 0.1.5 | Apr 19, 2025 |
---|---|
0.1.4 | Feb 25, 2025 |
0.1.3 | Jan 13, 2025 |
#224 in Cargo plugins
446 downloads per month
17KB
325 lines
cargo-verset
cargo-verset
is a tool to change the version in your Cargo.toml file.
Installation
cargo install cargo-verset
or with cargo binstall
:
cargo binstall cargo-verset
Usage
Usage: cargo-verset.exe [OPTIONS] --ver <VER>
Options:
-v, --ver <VER> Version to set in the workspace
-p, --path <PATH> Path to the directory containing the Cargo.toml file
-d, --dry-run Run the program without making any changes
-h, --help Print help
-V, --version Print version
Dependencies
~3–11MB
~113K SLoC