Skip to content
New issue

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

Add support for Cargo.lock version 4 #115

Open
ifiokjr opened this issue Dec 20, 2024 · 0 comments · May be fixed by #116
Open

Add support for Cargo.lock version 4 #115

ifiokjr opened this issue Dec 20, 2024 · 0 comments · May be fixed by #116

Comments

@ifiokjr
Copy link

ifiokjr commented Dec 20, 2024

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.

ifiokjr added a commit to ifiokjr/solana-verifiable-build that referenced this issue Dec 20, 2024
@ifiokjr ifiokjr linked a pull request Dec 20, 2024 that will close this issue
@ifiokjr ifiokjr changed the title add support for cargo lock version 4 Add support for Cargo.lock version 4 Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant