From 8068a853e78f75bdcf121d4e08e9fa77512f102d Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Fri, 16 Dec 2022 10:36:02 -0700 Subject: [PATCH] cargo-hack-install: bump version to v0.5.24 This is needed to support namespaced features (i.e. `dep:`) --- cargo-hack-install/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cargo-hack-install/action.yml b/cargo-hack-install/action.yml index 5663a9c..9420edb 100644 --- a/cargo-hack-install/action.yml +++ b/cargo-hack-install/action.yml @@ -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