-
Notifications
You must be signed in to change notification settings - Fork 28
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
Please consider committing Cargo.lock #35
Comments
Looks like this would also be needed: |
This will make it so that the CLI you install from crates.io won't fail to build when a dependency updates? I haven't been keeping up with this, I'm not quite sure why this requires a special cargo feature flag to be enabled. |
Exactly, for reproducible builds. This gives people the ability to commit their lock files and ship them with binary crates, avoiding: |
I've learned unstable Cargo features require Cargo nightly. Will bump this once it's stabilized. |
error: the lock file needs to be updated but --locked was passed to prevent this
The text was updated successfully, but these errors were encountered: