#cargo #version #cargo-toml #cli #cargo-subcommand #verset #set-version

app cargo-verset

A cargo plugin to change the version of a package in the Cargo.toml file

3 releases

0.1.3 Jan 13, 2025
0.1.2 Jan 12, 2025
0.1.1 Jan 7, 2025
0.1.0 Jan 1, 2025

#217 in Cargo plugins

Download history 133/week @ 2024-12-28 145/week @ 2025-01-04 247/week @ 2025-01-11 24/week @ 2025-01-18 17/week @ 2025-02-01

295 downloads per month

MIT license

13KB
224 lines

cargo-verset

Crates.io MIT licensed CI

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 [OPTIONS] --semver <SEMVER>

Options:
  -s, --semver <SEMVER>  Version
  -p, --path <PATH>      Path to look for the Cargo.toml
  -d, --dry-run          Dry run
  -h, --help             Print help
  -V, --version          Print version

Dependencies

~3–11MB
~111K SLoC