| Crates.io | cargo-delta-version |
| lib.rs | cargo-delta-version |
| version | 0.0.6 |
| created_at | 2025-08-28 20:20:12.221386+00 |
| updated_at | 2025-08-28 20:20:12.221386+00 |
| description | 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. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1814581 |
| size | 25,976 |
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.