From 910002d3f9ea6d2234b0499a9836303b205460df Mon Sep 17 00:00:00 2001 From: Mikayla Date: Fri, 18 Aug 2023 15:51:23 -0700 Subject: [PATCH] add feature to cargo edit --- script/lib/bump-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/lib/bump-version.sh b/script/lib/bump-version.sh index ce955369505dbfd1e9fdbacd64321c0c7bc6d405..0e1dfa5131d6a72b4d305511c9e80fab209aaba1 100755 --- a/script/lib/bump-version.sh +++ b/script/lib/bump-version.sh @@ -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