#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

4 releases

0.1.4 Feb 25, 2025
0.1.3 Jan 13, 2025
0.1.2 Jan 12, 2025
0.1.1 Jan 7, 2025
0.1.0 Jan 1, 2025

#308 in Cargo plugins

Download history 230/week @ 2025-01-01 273/week @ 2025-01-08 46/week @ 2025-01-15 7/week @ 2025-02-05 56/week @ 2025-02-19 87/week @ 2025-02-26

150 downloads per month

MIT license

13KB
230 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.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
~112K SLoC