Closed danhhz closed 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
Hmmm that CI failure seems to also reproduce before this PR. Any advice?
@danhhz yeah it's not your fault. It's due to the cargo update, I need to investigate it more.
Okay, gotcha. Thanks so much!
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