Skip to content

Commit

Permalink
tests: upgrade version of cargo hack to support `--mutually-exclusi…
Browse files Browse the repository at this point in the history
…ve-features`
  • Loading branch information
antalsz committed Jun 14, 2024
1 parent 0ac157a commit 20ef589
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
override: true
- uses: taiki-e/install-action@v1
with:
tool: cargo-hack,cargo-make
tool: cargo-hack@0.6.28,cargo-make
- run: cargo make check
clippy:
name: Clippy Lints
Expand All @@ -28,7 +28,7 @@ jobs:
override: true
- uses: taiki-e/install-action@v1
with:
tool: cargo-hack,cargo-make
tool: cargo-hack@0.6.28,cargo-make
- run: cargo make clippy
deadlinks:
name: Cargo Deadlinks
Expand Down Expand Up @@ -84,5 +84,5 @@ jobs:
override: true
- uses: taiki-e/install-action@v1
with:
tool: cargo-hack,cargo-make
tool: cargo-hack@0.6.28,cargo-make
- run: cargo make test
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
install_crate = { rustup_component_name = "llvm-tools-preview" }

[tasks.install-cargo-hack]
install_crate = { crate_name = "cargo-hack", binary = "cargo-hack", test_arg = ["hack", "--help"] }
install_crate = { crate_name = "cargo-hack", min_version = "0.6.28", binary = "cargo-hack", test_arg = ["hack", "--help"] }

[tasks.check]
clear = true
Expand Down

0 comments on commit 20ef589

Please sign in to comment.