Skip to content

Commit 3e91722

Browse files
committed
ci: Remove with-metadata flag from machete
> This may modify the Cargo.lock files in your projects. Not what we want in ci builds https://github.com/bnjbvr/cargo-machete
1 parent 79a6d79 commit 3e91722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install cargo-machete
3232
run: cargo install cargo-machete
3333
- name: Check for unused dependencies
34-
run: cargo machete --with-metadata
34+
run: cargo machete
3535

3636
build:
3737
strategy:

0 commit comments

Comments
 (0)