Skip to content

Commit

Permalink
fix cargo release version (#1251)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulmth authored Sep 28, 2023
1 parent 202b495 commit 4ea485f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/publish/publish-rust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:

- name: Install cargo-release
shell: bash
run: cargo install --version =0.21.1 cargo-release
run: cargo install --version =0.20.1 cargo-release

- name: Publish library to crates.io
shell: bash
Expand Down

0 comments on commit 4ea485f

Please sign in to comment.