Crates.io | cargo-incversion |
lib.rs | cargo-incversion |
version | 0.1.2 |
source | src |
created_at | 2020-12-28 21:44:49.661907 |
updated_at | 2020-12-28 22:11:04.793822 |
description | A cargo plugin to increment the Cargo.toml's version in command line |
homepage | |
repository | https://github.com/wafelack/cargo-incversion |
max_upload_size | |
id | 328449 |
size | 15,462 |
Command line utility to increment cargo version.
cargo install cargo-incversion
cargo-incversion [OPTIONS]
-M
: Increments the major part of the version field by one-m
: Increments the minor part of the version field by one-p
: Increments the patch part of the version field by one-c <version>
: Sets the version field of Cargo.toml to <version>