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

Convert lockfile format to v2 #315

Closed
webmaster128 opened this issue May 6, 2020 · 0 comments
Closed

Convert lockfile format to v2 #315

webmaster128 opened this issue May 6, 2020 · 0 comments
Assignees

Comments

@webmaster128
Copy link
Member

webmaster128 commented May 6, 2020

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
@webmaster128 webmaster128 self-assigned this May 6, 2020
webmaster128 added a commit that referenced this issue May 8, 2020
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

No branches or pull requests

1 participant