bump circom-compat to latest

This commit is contained in:
Dmitriy Ryajov 2024-02-15 11:31:57 -06:00
parent 17677718c9
commit ddf956e310
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ crate-type = [
[dependencies]
ark-circom = { git = "https://github.com/codex-storage/circom-compat.git", features = ["circom-2", "ethereum"]}
ark-circom = { git = "https://github.com/codex-storage/circom-compat.git#71f1ceb11aef27256", features = ["circom-2", "ethereum"]}
ark-crypto-primitives = { version = "=0.4.0" }
ark-ec = { version = "=0.4.1", default-features = false, features = ["parallel"] }