Closed nazar-pc closed 4 weeks ago
Right now lock files with version = 4 created by nightly versions fail like this:
version = 4
error: not found: Couldn't load Cargo.lock Caused by: -> I/O operation failed: parse error: parse error: invalid Cargo.lock format version: `4`
Would be great to support this, especially if this is not a big lift.
Dup of https://github.com/rustsec/rustsec/issues/1249
Right now lock files with
version = 4
created by nightly versions fail like this:Would be great to support this, especially if this is not a big lift.