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 to gitignore #22

Merged
merged 1 commit into from Apr 25, 2017
Merged

Conversation

chritchens
Copy link
Contributor

Latest cargo versions automatically add Cargo.lock to the gitignore of the generated project. Cargo.lock has metadata which dependends to the local build, so it's a good idea to ignore it in libraries. The exact rationale can be found in the following link: doc.crates.io/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries.

@apoelstra apoelstra merged commit c4cc2a6 into rust-bitcoin:master Apr 25, 2017
Tibo-lg pushed a commit to p2pderivatives/rust-bitcoin that referenced this pull request Sep 1, 2020
Update rust-bitcoin and use bitcoin hashes new library
Davidson-Souza pushed a commit to Davidson-Souza/rust-bitcoin that referenced this pull request Jul 12, 2023
Fix for older rustcs, removing serde/rustc-serialize and a missing include in fuzztarget
yancyribbens pushed a commit to yancyribbens/rust-bitcoin that referenced this pull request Mar 23, 2024
Removed Ord/PartialOrd derive rules for types.
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.

None yet

2 participants