Skip to content

Commit

Permalink
Update cargo-hack used in ci (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Aug 2, 2022
1 parent 92c16fa commit ad1ac53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
${{ github.job }}-target-
- if: github.ref_protected
run: rm -fr target
- run: cargo install --locked --version 0.5.14 cargo-hack
- run: cargo install --locked --version 0.5.16 cargo-hack
- run: cargo hack --feature-powerset check --locked --target ${{ matrix.sys.target }}
- if: matrix.sys.test
run: cargo hack --feature-powerset test --locked --target ${{ matrix.sys.target }}
Expand Down

0 comments on commit ad1ac53

Please sign in to comment.