Crates.io | cargo-epublish |
lib.rs | cargo-epublish |
version | 0.0.2 |
source | src |
created_at | 2022-06-12 13:46:57.31307 |
updated_at | 2022-06-12 13:46:57.31307 |
description | a simple tool for patch the version of configuration of crate |
homepage | |
repository | https://github.com/sunboyZgz/epublish |
max_upload_size | |
id | 604635 |
size | 19,263 |
this tool obeys the semantic in the link https://semver.org/.
this binary executable file is only compatible with windows, if you run it on the linux, some unexpected errors may stick you. Besides, it's only a newbie's exercise demo.
cargo install cargo-epublish
add a section like below pieces into Cargo.toml or customized toml configuration file
[max-versions]
minor = 10
patch = 10
you can [patch/minor/major] your crate version
cargo epublish patch
// the same as
cargo epublish -u patch