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

cargo_metadata & krate coupling #399

Open
pinkforest opened this issue Oct 15, 2022 · 0 comments
Open

cargo_metadata & krate coupling #399

pinkforest opened this issue Oct 15, 2022 · 0 comments

Comments

@pinkforest
Copy link
Collaborator

Need to de-couple these and ensure they do not break between bumps...

https://dev.azure.com/cargo-geiger/cargo-geiger/_build/results?buildId=819&view=logs&j=022b0a5d-2698-5f72-7610-a845972a8b4c&t=33e4d865-0676-5964-ba63-59b88208e67d&l=350

error[E0609]: no field `krate` on type `&krates::Node<cargo_metadata::Package>`
   --> cargo-geiger\src\graph.rs:119:39
    |
119 |             let package = krates_node.krate.clone();
    |                                       ^^^^^

This is blocking #397

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

1 participant