#cargo-subcommand #cargo-version #package-version #cli #version-in-cargo-toml #version-of-package #set-version

app cargo-verset

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

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

Download history 136/week @ 2025-04-16 16/week @ 2025-04-23 9/week @ 2025-04-30 120/week @ 2025-05-07 40/week @ 2025-05-14 147/week @ 2025-06-25 3/week @ 2025-07-02

150 downloads per month

MIT license

27KB
551 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

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