-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install cargo-edito without extra features
killercup/cargo-edit#907 removed the feature from the crate
- Loading branch information
1 parent
c3075df
commit aeb4f7e
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ jobs: | |
exit 1 | ||
;; | ||
esac | ||
which cargo-set-version > /dev/null || cargo install cargo-edit --features vendored-openssl | ||
which cargo-set-version > /dev/null || cargo install cargo-edit | ||
output=$(cargo set-version -p zed --bump patch 2>&1 | sed 's/.* //') | ||
git commit -am "Bump to $output for @$GITHUB_ACTOR" --author "Zed Bot <[email protected]>" | ||
git tag v${output}${tag_suffix} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters