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

chore: Add Cargo.lock #16

Closed
wants to merge 1 commit into from
Closed

chore: Add Cargo.lock #16

wants to merge 1 commit into from

Conversation

jtran
Copy link
Contributor

@jtran jtran commented Feb 21, 2024

The Cargo Team updated their recommendation to include Cargo.lock, even in libraries.

https://blog.rust-lang.org/2023/08/29/committing-lockfiles.html

It's helpful to know the exact set of dependencies that the library was tested with.

The Cargo Team updated their recommendation to include Cargo.lock, even
in libraries.

https://blog.rust-lang.org/2023/08/29/committing-lockfiles.html
@mksh
Copy link
Contributor

mksh commented Mar 5, 2024

Thanks for the notice! Yeah it makes sense to conform this recommendation.

There was library update merged recently, so I have added Cargo.lock with the updated dependencies content via https://github.com/ChorusOne/rvcr/blob/main/Cargo.lock

@mksh mksh closed this Mar 5, 2024
@jtran jtran deleted the cargo-lock branch March 6, 2024 14:16
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