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 .gitignore and add/remove Cargo.lock when appropriate #1001

Merged
merged 1 commit into from
Dec 7, 2022

Conversation

iajoiner
Copy link
Contributor

@iajoiner iajoiner commented Dec 7, 2022

Description

  1. Add to .gitignore so that all Cargo.lock files except for the ones in the listed binary crates are ignored.
  2. Add Cargo.lock to the proofs crate since it is binary.
  3. Remove Cargo.lock from the root directory.

Related Issue(s)

Closes #1000

Copy link
Collaborator

@roeap roeap left a comment

Choose a reason for hiding this comment

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

Thanks @iajoiner, LGTM!

@wjones127 wjones127 merged commit c1f5a7e into delta-io:main Dec 7, 2022
@iajoiner iajoiner deleted the fix-cargo-lock branch December 8, 2022 11:14
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.

Remove Cargo.lock from library crates and add Cargo.lock to binary ones
3 participants