Skip to content

Commit

Permalink
Remove Cargo.lock from workspace crates
Browse files Browse the repository at this point in the history
For all crates in the DPE workspace, the root Cargo.lock should be used.
The only exception is for the fuzz crate which hash its own workspace.
  • Loading branch information
jhand2 committed Mar 5, 2024
1 parent 86a220a commit f4e3dd7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2,443 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
target

# By default, ignore Cargo.lock files in non-workspace directories.
*/**/Cargo.lock

# Don't ignore fuzz Cargo.lock which is in a different workspace
!dpe/fuzz/Cargo.lock
332 changes: 0 additions & 332 deletions crypto/Cargo.lock

This file was deleted.

Loading

0 comments on commit f4e3dd7

Please sign in to comment.