Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crate from resolve not found in packages => dependencies #10

Closed
XAMPPRocky opened this issue Oct 27, 2021 · 2 comments
Closed

crate from resolve not found in packages => dependencies #10

XAMPPRocky opened this issue Oct 27, 2021 · 2 comments

Comments

@XAMPPRocky
Copy link

Hello, I wanted to try this tool out on https://github.com/googleforgames/quilkin and running gives the following messages.

cargo depgraph --all-deps | dot -Tpng > graph.png
crate from resolve not found in packages => dependencies, this should never happen!
crate from resolve not found in packages => dependencies, this should never happen!
crate from resolve not found in packages => dependencies, this should never happen!
@jplatte
Copy link
Owner

jplatte commented Oct 27, 2021

I've seen this as well a few times, I suspect it's a bug in cargo metadata. resolve and packages => dependencies refer to the corresponding parts of its JSON output, if you want to look at what might be wrong.

@jplatte
Copy link
Owner

jplatte commented Apr 15, 2022

Fixed in 4ad77d1 / v1.2.4 🥳

@jplatte jplatte closed this as completed Apr 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants