| Crates.io | cargo-verctl |
| lib.rs | cargo-verctl |
| version | 0.2.1 |
| created_at | 2025-11-08 06:07:26.759965+00 |
| updated_at | 2025-11-08 10:40:48.046776+00 |
| description | Cargo subcommand for managing versions in single and workspace Cargo.toml files (bump, set, list) |
| homepage | https://github.com/sibman/cargo-verctl |
| repository | https://github.com/sibman/cargo-verctl |
| max_upload_size | |
| id | 1922552 |
| size | 38,517 |
Cargo subcommand for managing versions across single crates and Rust workspaces.
Supports bump, set, list, and workspace-wide version management.
--set 1.0.0)[package].version if missingcargo install --git https://github.com/sibman/cargo-verctl
Then use it as a Cargo subcommand:
cargo verctl --help
cargo verctl --list
cargo verctl --bump patch
cargo verctl --bump minor
cargo verctl --bump major
cargo verctl --set 1.0.0
cargo verctl --bump patch
cargo verctl --only crate-a --set 1.0.0
cargo verctl --list
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo install --path .
- run: cargo verctl --auto --bump patch
MIT License © 2025 Andrey Yelabugin (sibman)