Skip to content

Commit

Permalink
Merge pull request #805 from zcash/check-in-lockfile
Browse files Browse the repository at this point in the history
Add `Cargo.lock` to repository
  • Loading branch information
daira committed Nov 29, 2023
2 parents f9838c1 + 8db2487 commit 7fd2ce2
Show file tree
Hide file tree
Showing 5 changed files with 2,292 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/target
/halo2_gadgets/*-layout.png
/halo2_gadgets/benches/sha256_assets
**/.*.swp
**/*.rs.bk
Cargo.lock
.vscode
**/*.html
.DS_Store
Loading

0 comments on commit 7fd2ce2

Please sign in to comment.