-
-
Notifications
You must be signed in to change notification settings - Fork 94
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 Cargo.lock to repository (remove from gitignore) #90
Comments
In practice, this is unfortunately a massive pain when PRs (or anything to be merged) are not based on the very latest As a contributor to some Rust projects, I really hate that every time. But well... given that there isn't a lot of external contributions to that project, it may be fine... |
Reproducible builds is not something Rust supports yet: rust-lang/rust#34902 https://github.com/rust-lang/rust/labels/A-reproducibility |
Thanks! I should add: the reason for this "proposal" was that I'm trying to package this project for Nixpkgs, which requires the presence of a If the |
According to the Cargo Book, executables should include the
Cargo.lock
file in their git repositories to enable reproducible builds and make packaging easier.The text was updated successfully, but these errors were encountered: