We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.lock
4
When using a recent nightly version, as shown below, the following error is displayed.
# error Error: parse error: parse error: invalid Cargo.lock format version: `4`
# rust-toolchain.toml [toolchain] channel = "nightly-2024-12-19"
This can be fixed by upgrading the cargo-lock dependency to 10.0.0 to support the newest lock file version.
cargo-lock
10.0.0
The text was updated successfully, but these errors were encountered:
Add support for Cargo.lock version 4
1fddb41
Fixes Ellipsis-Labs#115
Successfully merging a pull request may close this issue.
Description
When using a recent nightly version, as shown below, the following error is displayed.
Error
Toolchain
Fix
This can be fixed by upgrading the
cargo-lock
dependency to10.0.0
to support the newest lock file version.The text was updated successfully, but these errors were encountered: