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

Update Cargo.lock #644

Closed
wants to merge 1 commit into from
Closed

Conversation

samestep
Copy link

As of commit ef9f20f, cloning and building the repo results in an extraneous diff on Cargo.lock, which this PR fixes.

@baoyachi
Copy link

Why we manage Cargo.lock file in git
As a crates, there's no problem with ignore Cargo. lock

@samestep
Copy link
Author

@baoyachi I thought it was pretty well-accepted that lockfiles should be committed to version control, to make local development more deterministic? https://stackoverflow.com/a/44210813/5044950

But in any case, all I'm trying to do here is fix a tiny annoyance, nothing major.

@zesterer
Copy link
Owner

Thanks for the PR! @baoyachi that's traditionally been the case, yes: but the Rust project has recently changed guidance in favour of committing lockfiles for libraries. I'm personally still a bit ambivalent, but it does have advantages.

@zesterer
Copy link
Owner

I need to fix CI at some point.

@zesterer
Copy link
Owner

zesterer commented Sep 1, 2024

This has since been resolved.

@zesterer zesterer closed this Sep 1, 2024
@samestep samestep deleted the cargo-lock-alpha-7 branch September 1, 2024 21:44
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.

3 participants