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

Cargo.lock is not stored in repository #18

Open
koxu1996 opened this issue Apr 2, 2024 · 0 comments
Open

Cargo.lock is not stored in repository #18

koxu1996 opened this issue Apr 2, 2024 · 0 comments

Comments

@koxu1996
Copy link

koxu1996 commented Apr 2, 2024

Building this library is not reproducible, and fails due to nightly toolchain incompatibilities.

For years official Rust guides were recommending to not commit lock files for libraries (only for applications), however this changed year ago - see rust-lang/cargo#8728.

Now it is agreed that lock files should be always stored in VCS, but simply not published in libraries artifacts.

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