Crates.io | cargo-set-version |
lib.rs | cargo-set-version |
version | 0.0.1 |
source | src |
created_at | 2024-10-23 08:06:11.70736 |
updated_at | 2024-10-23 08:06:11.70736 |
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 | 12,135 |
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