est31 / cargo-udeps

Find unused dependencies in Cargo.toml
Other
1.76k stars 46 forks source link

make --exclude also exclude packages from results #147

Closed danhhz closed 1 year ago

danhhz commented 1 year ago

Specifically, if a package A depends on B and that dependency is unused, --exclude A will omit it from the results, but --exclude B will not.

Closes #146

danhhz commented 1 year ago

Hmmm that CI failure seems to also reproduce before this PR. Any advice?

est31 commented 1 year ago

@danhhz yeah it's not your fault. It's due to the cargo update, I need to investigate it more.

danhhz commented 1 year ago

Okay, gotcha. Thanks so much!