Right now lock files with version = 4 created by nightly versions fail like this:
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.
Right now lock files with
version = 4created by nightly versions fail like this:Would be great to support this, especially if this is not a big lift.