Skip to content

Commit

Permalink
chore: fix test dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>
  • Loading branch information
bhgomes committed Sep 8, 2022
1 parent 50b7d56 commit 0735973
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manta-trusted-setup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ manta-util = { path = "../manta-util", default-features = false }
[dev-dependencies]
ark-snark = { version = "0.3.0", default-features = false }
manta-accounting = { path = "../manta-accounting", default-features = false }
manta-crypto = { path = "../manta-crypto", default-features = false, features = ["ark-bn254", "arkworks", "getrandom", "rand_chacha"] }
manta-parameters = { path = "../manta-parameters", default-features = false, features = ["download"] }
manta-pay = { path = "../manta-pay", default-features = false, features = ["groth16", "test"] }
manta-trusted-setup = { path = ".", default-features = false, features = ["std", "test"] }
Expand Down

0 comments on commit 0735973

Please sign in to comment.