Created
May 8, 2025 16:59
-
-
Save lmmx/862c59678d3aef3eaa4b8ffb7589aac2 to your computer and use it in GitHub Desktop.
Find Rust dependencies with distinctly versioned duplicates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cargo tree -e no-dev --duplicates --depth 0 | sed '/^$/d' | grep -v 'dependencies]' | uniq | cut -d ' ' -f 1 | uniq -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment