Update bump-version.sh
This commit is contained in:
parent
f0ebbd01e6
commit
64cbfe088a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ if [[ -n $(git status --short --untracked-files=no) ]]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
which cargo-set-version > /dev/null || cargo install cargo-edit
|
||||
which cargo-set-version > /dev/null || cargo install cargo-edit --features vendored-openssl
|
||||
which jq > /dev/null || brew install jq
|
||||
cargo set-version --package $package --bump $version_increment
|
||||
cargo check --quiet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue