Skip to content

Commit

Permalink
chore: depend on arnaucube/circom-compat fork.
Browse files Browse the repository at this point in the history
Since arnaucube/circom-compat#2 was merged, we
can already switch to it as we were depending before.
  • Loading branch information
CPerezz committed Aug 12, 2024
1 parent 38f73f1 commit 18373ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions folding-schemes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ ark-relations = { version = "^0.4.0", default-features = false }
ark-r1cs-std = { version = "0.4.0", default-features = false, features = ["parallel"] }
ark-snark = { version = "^0.4.0", default-features = false }
ark-serialize = { version = "^0.4.0", default-features = false }
# ark-circom = { git = "/~https://github.com/arnaucube/circom-compat" }
ark-circom = { path = "../../../dev/circom-compat", default-features = false }
ark-circom = { git = "/~https://github.com/arnaucube/circom-compat", default-features = false }
ark-groth16 = { version = "^0.4.0", default-features = false, features = ["parallel"]}
ark-bn254 = { version = "^0.4.0", default-features = false }
thiserror = "1.0"
Expand Down

0 comments on commit 18373ec

Please sign in to comment.