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
According to the cargo docs, libraries shouldn't commit their Cargo.lock file and it should actually be added to their .gitignore. https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries
I was wondering if that is correct or if there is a reason why the Cargo.lock file is committed in this repository. https://github.com/sorccu/r2d2-redis/blob/c04b8ec/Cargo.lock
The text was updated successfully, but these errors were encountered:
The lock file is committed for statically built binaries so I don't think it should be committed here.
Sorry, something went wrong.
No branches or pull requests
According to the cargo docs, libraries shouldn't commit their Cargo.lock file and it should actually be added to their .gitignore. https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries
I was wondering if that is correct or if there is a reason why the Cargo.lock file is committed in this repository. https://github.com/sorccu/r2d2-redis/blob/c04b8ec/Cargo.lock
The text was updated successfully, but these errors were encountered: