6个版本 (稳定版)
使用旧的Rust 2015
1.1.0 | 2019年6月16日 |
---|---|
1.0.2 | 2017年8月23日 |
1.0.0 | 2017年8月10日 |
0.0.1 | 2016年1月3日 |
0.0.0 | 2016年1月2日 |
在 Cargo插件 中排名 第677位
每月下载量 1,214 次
在 2 个crate 中使用
28KB
804 行
cargo-bump
此命令添加了 cargo bump
,用于增加 Cargo.toml
中的当前版本。
此命令旨在作为 npm version
的克隆版本,省略了 pre*
版本限定符,因为我很少在 crates.io 上看到预发布版本。它不执行git操作,但仍很有用。
安装
使用cargo安装
cargoinstall cargo-bump
示例
增加补丁版本: cargo bump
或 cargo bump patch
增加次要版本: cargo bump minor
直接设置版本号: cargo bump 13.3.7
用法
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.
依赖项
~4–5MB
~93K SLoC