| Crates.io | cargo-set-version |
| lib.rs | cargo-set-version |
| version | 0.0.2 |
| created_at | 2024-10-23 08:06:11.70736+00 |
| updated_at | 2025-04-29 17:04:54.266988+00 |
| description | A Cargo subcommand to set versions for crates in a workspace. |
| homepage | |
| repository | https://github.com/piot/cargo-set-version |
| max_upload_size | |
| id | 1419813 |
| size | 13,696 |
Automatically update versions for all crates in your Rust workspace with ease! 🦀✨
To install cargo-set-version, ensure you have Rust and Cargo installed, then run:
cargo install cargo-set-version
Navigate to the root of your Rust workspace and run:
cargo set-version <new_version>
Suppose you want to update all your workspace crates to version 1.2.3. Simply execute:
cargo set-version 1.2.3