Skip to content

Commit

Permalink
remove feature gate from zingo-testutils
Browse files Browse the repository at this point in the history
  • Loading branch information
zancas committed May 2, 2024
1 parent 4cc8214 commit c03583c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zingo-testutils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ default = ["grpc-proxy"]

[dependencies]
zingoconfig = { path = "../zingoconfig" }
zingolib = { path = "../zingolib", features = ["test-features", "zip317"] }
zingolib = { path = "../zingolib", features = ["test-features"] }
zingo-netutils = { path = "../zingo-netutils", features = ["test-features"] }

zcash_client_backend = { workspace = true }
Expand Down

0 comments on commit c03583c

Please sign in to comment.