Skip to content

Commit

Permalink
Use cargo machete
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Apr 22, 2024
1 parent 42dd85e commit 2826bb2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tools/unused_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ set -e

. $(dirname $0)/utilities.sh

rustup install nightly
rustup run nightly cargo install cargo-udeps
cargo install cargo-machete

$(dirname $0)/run_all_crates.sh rustup run nightly cargo udeps
$(dirname $0)/run_all_crates.sh cargo machete

0 comments on commit 2826bb2

Please sign in to comment.