Skip to content

Commit

Permalink
Specify cargo-edit version in GitHub workflow
Browse files Browse the repository at this point in the history
To not run into issues when crate is changed in incompatible way in the future.
Could maybe also use `--locked`, but then cannot benefit from fixes in dependencies.
  • Loading branch information
Marcono1234 committed Nov 26, 2024
1 parent 9f910a1 commit c431865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
shell: bash
# https://github.com/killercup/cargo-edit
run: |
cargo install --no-default-features --features set-version cargo-edit
cargo install --no-default-features --features set-version cargo-edit@0.13.0
cargo set-version --bump ${{ inputs.versionBump }}
# There is currently no easy way to get the new version number (see also https://github.com/killercup/cargo-edit/issues/524),
Expand Down

0 comments on commit c431865

Please sign in to comment.