cargo-jump

Crates.iocargo-jump
lib.rscargo-jump
version0.1.2
created_at2025-11-26 17:21:05.169011+00
updated_at2025-11-26 18:04:42.852384+00
descriptionA single command to bump versions in a Cargo workspace based on changed files.
homepage
repositoryhttps://github.com/taoky/cargo-jump
max_upload_size
id1951870
size20,796
taoky (taoky)

documentation

README

cargo-jump

A single command to bump versions in a Cargo workspace based on changed files. I would like to use cargo-release but sadly it does not support this simple feature: https://github.com/crate-ci/cargo-release/issues/298.

Usage:

cargo jump 0.20251127.0 --old-tag v0.20251111.0

If --old-tag is not provided, it defaults to updating all packages in the workspace.

If --dry-run, no Cargo.toml files will be modified.

Commit count: 0

cargo fmt