| Crates.io | cargo-jump |
| lib.rs | cargo-jump |
| version | 0.1.2 |
| created_at | 2025-11-26 17:21:05.169011+00 |
| updated_at | 2025-11-26 18:04:42.852384+00 |
| description | A single command to bump versions in a Cargo workspace based on changed files. |
| homepage | |
| repository | https://github.com/taoky/cargo-jump |
| max_upload_size | |
| id | 1951870 |
| size | 20,796 |
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.