cargo-delta-version

Crates.iocargo-delta-version
lib.rscargo-delta-version
version0.0.6
created_at2025-08-28 20:20:12.221386+00
updated_at2025-08-28 20:20:12.221386+00
descriptionSimple tool to modify the version in the current project's `Cargo.toml` manifest file. The default is to increment the patch number by one while preserving prerelease/build metadata. One can also set an explicit version using the `--set/-s` argument. This value is validated based on the regex provided at https://semver.org.
homepage
repository
max_upload_size
id1814581
size25,976
(oxzidized)

documentation

README

cargo-delta-version

Simple tool to modify the version in the current project's Cargo.toml manifest file. The default is to increment the patch number by one while preserving prerelease/build metadata. One can also set an explicit version using the --set/-s argument. This value is validated based on the regex provided at https://semver.org.

Commit count: 0

cargo fmt