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 lockfile V2 not supported #71

Closed
cberner opened this issue Feb 5, 2020 · 0 comments · Fixed by #72
Closed

Cargo lockfile V2 not supported #71

cberner opened this issue Feb 5, 2020 · 0 comments · Fixed by #72

Comments

@cberner
Copy link

cberner commented Feb 5, 2020

Cargo switched to a new lockfile format by default (rust-lang/cargo#7579). It seems like this format isn't supported. Running lichking on a project which uses the new format results in the following error message:

error: failed to parse lock file at: /home/cberner/Code/fleetfs/Cargo.lock

Caused by:
  invalid serialized PackageId for key `package.dependencies`
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

Successfully merging a pull request may close this issue.

1 participant