Skip to content

Commit

Permalink
ci: use an hardcoded version of cargo-machete in CI (#4710)
Browse files Browse the repository at this point in the history
Should resolve the CI issues around cargo-machete.

See also:
bnjbvr/cargo-machete#156 (comment)
  • Loading branch information
bnjbvr authored Feb 25, 2025
1 parent 5dd5710 commit e5f6d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/detect-unused-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Machete
uses: bnjbvr/cargo-machete@main
uses: bnjbvr/cargo-machete@v0.7.1

0 comments on commit e5f6d02

Please sign in to comment.