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

Add Cargo.lock #45

Merged
merged 1 commit into from
Apr 3, 2024
Merged

Add Cargo.lock #45

merged 1 commit into from
Apr 3, 2024

Conversation

Cameo007
Copy link
Contributor

@Cameo007 Cameo007 commented Apr 3, 2024

As explained in the cargo FAQ, a project should contain a Cargo.lock file to provide deterministic builds.
But I saw that you explicitly excluded this file in your gitignore. When you have a solid reason for this, you may close this pr.

https://doc.rust-lang.org/cargo/faq.html#why-have-cargolock-in-version-control

@Spydr06
Copy link
Owner

Spydr06 commented Apr 3, 2024

I had issues with the Cargo.lock file when cross-compiling for windows. We can add it though, maybe the issues no longer persist

@Spydr06 Spydr06 merged commit f77ab32 into Spydr06:main Apr 3, 2024
@Cameo007 Cameo007 mentioned this pull request Jul 25, 2024
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

Successfully merging this pull request may close these issues.

2 participants