Open
Description
Description
When using a recent nightly version, as shown below, the following error is displayed.
Error
# error
Error: parse error: parse error: invalid Cargo.lock format version: `4`
Toolchain
# rust-toolchain.toml
[toolchain]
channel = "nightly-2024-12-19"
Fix
This can be fixed by upgrading the cargo-lock
dependency to 10.0.0
to support the newest lock file version.
Metadata
Assignees
Labels
No labels