š¦ Announcing cargo-verctl: Version automation for your Cargo manifests and workspaces
ā Rust š 2025-11-08 š¤ surdeus šļø 7Hi everyone,
Iām excited to share cargo-verctl, a Cargo subcommand for automated version management ā especially useful in CI/CD environments or multi-crate workspaces.
Highlights
- Add or update version fields automatically in Cargo.toml
- Bump
major,minor, orpatchinteractively - CI-friendly non-interactive mode
- Independent workspace crate version management
- Written in Rust, no external dependencies
Installation
cargo install cargo-verctl
Example
cargo verctl --list
cargo verctl --bump patch
cargo verctl --set 1.2.3
Links
MIT licensed ā contributions, PRs, and feedback welcome!
ā Andrey Yelabugin (@sibman)
#rustlang #cargo
1 post - 1 participant
š·ļø Rust_feed