cargo-verset

Crates.iocargo-verset
lib.rscargo-verset
version0.3.0
created_at2025-01-01 20:36:15.807167+00
updated_at2025-07-23 19:27:04.110436+00
descriptionA cargo plugin to change the version of a package in the Cargo.toml file
homepage
repositoryhttps://github.com/bircni/cargo-verset
max_upload_size
id1501067
size60,115
Nicolas (bircni)

documentation

README

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
Commit count: 16

cargo fmt