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

stop ignoring cargo lock #73

Merged

Conversation

TheButlah
Copy link
Contributor

@TheButlah TheButlah commented Feb 23, 2024

The recommendations of best practices are wrong, and since the original advice against committing cargo.lock for libraries, rust's official guidance changed their stance to reflect the reality that having CI that is flaky and can spuriously fail is a terrible Idea.

Cargo lock should always be committed, regardless of if its a library or a binary.

Copy link
Collaborator

@MalekiRe MalekiRe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@Schmarni-Dev Schmarni-Dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Schmarni-Dev Schmarni-Dev merged commit 3b26a28 into awtterpip:main Feb 23, 2024
1 check passed
@TheButlah TheButlah deleted the thebutlah/stop-ignore-cargolock branch February 26, 2024 18:03
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