Skip to content

Commit

Permalink
ci: pin cargo-hack version to v0.6.5 for MSRV check (#2112)
Browse files Browse the repository at this point in the history
  • Loading branch information
SanchithHegde authored Sep 9, 2023
1 parent 576648b commit e5ada41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
uses: baptiste0928/[email protected]
with:
crate: cargo-hack
version: 0.6.5

- name: Deny warnings
shell: bash
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/CI-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,10 @@ jobs:
save-if: ${{ github.event_name == 'push' }}

- name: Install cargo-hack
uses: baptiste0928/cargo-install@v2.0.0
uses: baptiste0928/cargo-install@v2.1.0
with:
crate: cargo-hack
version: 0.6.5

- name: Deny warnings
shell: bash
Expand Down Expand Up @@ -135,12 +136,12 @@ jobs:
components: clippy

- name: Install cargo-hack
uses: baptiste0928/cargo-install@v2.0.0
uses: baptiste0928/cargo-install@v2.1.0
with:
crate: cargo-hack

# - name: Install cargo-nextest
# uses: baptiste0928/cargo-install@v2.0.0
# uses: baptiste0928/cargo-install@v2.1.0
# with:
# crate: cargo-nextest

Expand Down

0 comments on commit e5ada41

Please sign in to comment.