Skip to content

Commit

Permalink
chore: remove unused dependency (#6922)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Jan 2, 2025
1 parent 0f3809c commit 3f4fc07
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 54 deletions.
51 changes: 1 addition & 50 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions tooling/nargo_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,10 @@ proptest.workspace = true
sha2.workspace = true
sha3.workspace = true
iai = "0.1.1"
test-binary = "3.0.2"
test-case.workspace = true
lazy_static.workspace = true
light-poseidon = "0.2.0"


[[bench]]
name = "criterion"
harness = false
Expand Down
2 changes: 0 additions & 2 deletions tooling/nargo_cli/tests/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ mod tests {

use super::*;

test_binary::build_test_binary_once!(mock_backend, "../backend_interface/test-binaries");

// Utilities to keep the test matrix labels more intuitive.
#[derive(Debug, Clone, Copy)]
struct ForceBrillig(pub bool);
Expand Down

0 comments on commit 3f4fc07

Please sign in to comment.