cargo-incversion

Crates.iocargo-incversion
lib.rscargo-incversion
version0.1.2
sourcesrc
created_at2020-12-28 21:44:49.661907
updated_at2020-12-28 22:11:04.793822
descriptionA cargo plugin to increment the Cargo.toml's version in command line
homepage
repositoryhttps://github.com/wafelack/cargo-incversion
max_upload_size
id328449
size15,462
Wafelack (Wafelack)

documentation

README

cargo-incversion

Command line utility to increment cargo version.

Installation

  • Run cargo install cargo-incversion

Usage

cargo-incversion [OPTIONS]

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>
Commit count: 0

cargo fmt