Skip to content

Commit

Permalink
switch to older version of ark-circom
Browse files Browse the repository at this point in the history
  • Loading branch information
philsippl committed Jan 4, 2024
1 parent c8f6505 commit 4534275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ required-features = ["bench", "proptest"]

[dependencies]
ark-bn254 = { version = "=0.4.0" }
ark-circom = { git = "https://github.com/gakonst/ark-circom", features = ["circom-2"] }
ark-circom = { git = "https://github.com/arkworks-rs/circom-compat.git", rev="f97ac2b", features = ["circom-2"] }
ark-ec = { version = "0.4.1", default-features = false, features = ["parallel"] }
ark-ff = { version = "0.4.1", default-features = false, features = ["parallel", "asm"] }
ark-groth16 = { version = "=0.4.0", features = ["parallel"] }
ark-relations = { version = "=0.4.0", default-features = false }
ark-std = { version = "0.4.0", default-features = false, features = ["parallel"] }
# TODO: Need to give mopro a example zkey for satisfying its tests
# for now i just commented them out
# for now i just commented them out
# ark-zkey = { git = "https://github.com/worldcoin/mopro" }
ark-zkey = { path = "crates/ark-zkey" }
color-eyre = "0.6"
Expand Down

0 comments on commit 4534275

Please sign in to comment.