-
-
Notifications
You must be signed in to change notification settings - Fork 39
cargo dependency rename breaks cargo-tree #38
Comments
A Cargo.toml that demonstrates the problem is here: dekellum/body-image/Cargo.toml#L42 I didn't end up going with this renaming solution for reasons including that the cargo feature is only available in nightly:
|
Oh and forgot to mention, this problem is exhibitted with:
|
Can cargo build the project? |
yes. |
Yes, in short I have updated to cargo-tree 0.29.0. If I check out the exact same tree as the repro link I reported above, the failure no longer happens. Thanks! |
Using the feature of rust-lang/cargo#4953 to rename a dependency in order to use parts from two versions of same crate, results in the following error when attempting to use
cargo tree
:This is of course an interesting case to want to see the dependency tree and check duplicates!
I will share an actual Cargo.toml that exhibits the problem, shortly.
The text was updated successfully, but these errors were encountered: