-
Notifications
You must be signed in to change notification settings - Fork 265
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
Cargo.lock files are published for libraries #242
Comments
Hm, no it's not intended. I am not sure why lock files got included in the published packages. Configuration of this repository is similar to other repositories in this organization and at first glance other crates do not have this problem (I have checked @tarcieri |
Thank you for investigating. So we were eager to update generic-array and were surprised to find the Cargo.lock file. |
I'm not sure why the |
Thanks @tarcieri - still learning a lot. |
The toplevel |
Yep, cargo audit is what triggered all of this: fizyk20/generic-array#98 That said: My confusion was because I didn't know about the different rules for 0.x.y versions where "x" is treated as "major" by Cargo. Sorry for the noise, you were right that the Cargo.lock has nothing to do with my issue. |
I think we can close it. It appears that |
While investigating a security audit warning I found that the hashes libraries (I didn't check all) publish a Cargo.lock file which fixes the dependencies.
I thought this was not recommended for libraries.
Is this done on purpose for the hashes libraries?
The text was updated successfully, but these errors were encountered: