Skip to content

Update .gitignore and add/remove Cargo.lock when appropriate#1001

Merged
wjones127 merged 1 commit intodelta-io:mainfrom
iajoiner:fix-cargo-lock
Dec 7, 2022
Merged

Update .gitignore and add/remove Cargo.lock when appropriate#1001
wjones127 merged 1 commit intodelta-io:mainfrom
iajoiner:fix-cargo-lock

Conversation

@iajoiner
Copy link
Copy Markdown
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
Copy Markdown
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