Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/clap-4.5.17
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienG2 authored Sep 6, 2024
2 parents fce393b + da4c77e commit f8d4d1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:

- name: Look for unused dependencies with cargo-machete
run: |
cargo binstall -y cargo-machete
# FIXME: --force used as a workaround for https://github.com/Swatinem/rust-cache/issues/204
cargo binstall -y --force cargo-machete
cargo machete
Expand Down

0 comments on commit f8d4d1d

Please sign in to comment.