7 releases
Uses new Rust 2024
0.2.0 | Jun 25, 2025 |
---|---|
0.1.6 | May 10, 2025 |
0.1.5 | Apr 19, 2025 |
0.1.4 | Feb 25, 2025 |
0.1.3 | Jan 13, 2025 |
#248 in Cargo plugins
150 downloads per month
27KB
551 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
A cargo plugin to change the version of a package in the Cargo.toml file
Usage: cargo-verset <COMMAND>
Commands:
package Set the version of the package in a Cargo.toml file
dependency Set the version of a dependency in a Cargo.toml file
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
Dependencies
~3–10MB
~110K SLoC