This repository has been archived by the owner on Jun 5, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add -d option for finding duplicates
Cargo has problems with finding optimal set of packages to download. Sometimes this will result in multiple versions of the same dependency being applied in the same project and lead to cryptic errors. -d option will find all packages using the same name. If they exist in more than one version, they'll be printed out in the "inverted" mode, showing where did they get imported.
- Loading branch information
Showing
1 changed file
with
48 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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