We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
package.dependencies
I'm getting the following error:
error: failed to parse lock file at: Cargo.lock Caused by: invalid serialized PackageId for key `package.dependencies`
Probably this is caused by rust-lang/cargo#7579 (I found this reference in sfackler/cargo-tree#80, where the same issue was reported).
The text was updated successfully, but these errors were encountered:
Update to Cargo 0.41
987b7e7
Needed for compatibility with the new Cargo.lock format. Fixes meta-rust#13
I'm also seeing the same issue with cargo-bitbake 0.3.12
Sorry, something went wrong.
2164ba3
Needed for compatibility with the new Cargo.lock format. Also bump minimum version as needed. Fixes meta-rust#13
Successfully merging a pull request may close this issue.
I'm getting the following error:
Probably this is caused by rust-lang/cargo#7579 (I found this reference in sfackler/cargo-tree#80, where the same issue was reported).
The text was updated successfully, but these errors were encountered: