Skip to content

Commit

Permalink
cargo-hack-install: bump version to v0.5.24 (#22)
Browse files Browse the repository at this point in the history
This is needed to support namespaced features (i.e. `dep:`)
  • Loading branch information
tarcieri committed Dec 16, 2022
1 parent 5ec4238 commit ff929f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo-hack-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
# yamllint disable rule:line-length
- name: Install pre-compiled cargo-hack
run: |
wget -O /tmp/binaries.tar.gz https://github.com/taiki-e/cargo-hack/releases/download/v0.5.12/cargo-hack-x86_64-unknown-linux-gnu.tar.gz
wget -O /tmp/binaries.tar.gz https://github.com/taiki-e/cargo-hack/releases/download/v0.5.24/cargo-hack-x86_64-unknown-linux-gnu.tar.gz
tar -C /tmp -xzf /tmp/binaries.tar.gz
mv /tmp/cargo-hack ~/.cargo/bin
shell: bash

0 comments on commit ff929f2

Please sign in to comment.