#cargo-version #version #bump #cargo

unmaintained app cargo-bump

Increments the version number of the current project

6 releases (stable)

Uses old Rust 2015

1.1.0 Jun 16, 2019
1.0.2 Aug 23, 2017
1.0.0 Aug 10, 2017
0.0.1 Jan 3, 2016
0.0.0 Jan 2, 2016

#22 in #cargo-version

Download history 189/week @ 2024-01-11 189/week @ 2024-01-18 171/week @ 2024-01-25 274/week @ 2024-02-01 179/week @ 2024-02-08 150/week @ 2024-02-15 183/week @ 2024-02-22 191/week @ 2024-02-29 217/week @ 2024-03-07 419/week @ 2024-03-14 240/week @ 2024-03-21 259/week @ 2024-03-28 248/week @ 2024-04-04 297/week @ 2024-04-11 228/week @ 2024-04-18 302/week @ 2024-04-25

1,106 downloads per month
Used in 2 crates

ISC license

28KB
804 lines

crates.io build status

cargo-bump

This adds the command cargo bump which bumps the current version in your Cargo.toml.

This is meant to be a clone of npm version with the pre* version specifiers omitted as I rarely see the pre-release versions on crates.io. It does not do the git operations but is still useful.

installation

Install using cargo:

cargo install cargo-bump

examples

Increment the patch version: cargo bump or cargo bump patch

Increment the minor version: cargo bump minor

Set the version number directly: cargo bump 13.3.7

usage

USAGE:
    cargo bump [FLAGS] [<version> | major | minor | patch]

FLAGS:
    -h, --help       Prints help information
    -v, --version    Prints version information

ARGS:
    <version>    Version should be a semver (https://semver.org/) string or the
                 position of the current version to increment: major, minor or patch.

Dependencies

~3.5–5MB
~94K SLoC