Registry / build-tool / cargo-bump

cargo-bump

JSON →
library1.1.0rscratesunverified

Increments the version number of the current Cargo project.

# Cargo.toml [dependencies] cargo-bump = "1.1.0"
INSTALL
IMPORT
SIG · CARGO-BUMP
C
cargo-bump
build-toolrustv1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

bump_version
use cargo_bump::bump_version;

Bump the patch version of the current crate.

use cargo_bump::bump_version; fn main() { bump_version("patch").unwrap(); println!("Version bumped!"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
20
OpenAI (training)
1
Resources
cargo-bump — cargo add cargo-bump · libregistry