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
There is a new lockfile format we can use.
This tool allows migrating v1 lockfiles to v2 lockfiles: https://docs.rs/cargo-lock/4.0.1/cargo_lock/#translate-convert-cargolock-files-between-the-v1-and-v2-formats:
cargo lock translate > Cargo.lock.v2 mv Cargo.lock.v2 Cargo.lock cargo build # Format and add auto-generated comments
The text was updated successfully, but these errors were encountered:
Use lockfile format version 2
33f5161
Closes #315
2badc9e
webmaster128
No branches or pull requests
There is a new lockfile format we can use.
This tool allows migrating v1 lockfiles to v2 lockfiles: https://docs.rs/cargo-lock/4.0.1/cargo_lock/#translate-convert-cargolock-files-between-the-v1-and-v2-formats:
The text was updated successfully, but these errors were encountered: