Skip to content

Commit e5f6d02

Browse files
authored
ci: use an hardcoded version of cargo-machete in CI (#4710)
Should resolve the CI issues around cargo-machete. See also: bnjbvr/cargo-machete#156 (comment)
1 parent 5dd5710 commit e5f6d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/detect-unused-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
- name: Checkout
1010
uses: actions/checkout@v4
1111
- name: Machete
12-
uses: bnjbvr/cargo-machete@main
12+
uses: bnjbvr/cargo-machete@v0.7.1

0 commit comments

Comments
 (0)