Skip to content

Fails with new Cargo.lock format #436

Closed
@otavio

Description

@otavio

cargo has enabled the new format by default[1] and this causes the cbindgen to fail to parse the dependencies.

  1. Turn the new lock file format on by default rust-lang/cargo#7579

It fails at https://github.com/eqrion/cbindgen/blob/master/src/bindgen/cargo/cargo.rs#L125 as the new format does not has the version annotated on the same line.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions