fix(semaphore): revert ark-circom dependency (#116)

This commit is contained in:
Aaryamann Challani 2023-02-16 12:32:43 +05:30 committed by GitHub
parent de5eb2066a
commit e21e9954ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ dylib = [ "wasmer/dylib", "wasmer-engine-dylib", "wasmer-compiler-cranelift" ]
[dependencies]
ark-bn254 = { version = "0.3.0" }
ark-circom = { git = "https://github.com/gakonst/ark-circom", features=["circom-2"] }
# TODO: use latest head after feature flag is appropriately used in ark-circom
ark-circom = { git = "https://github.com/gakonst/ark-circom", rev="e226f90", features=["circom-2"] }
ark-ec = { version = "0.3.0", default-features = false, features = ["parallel"] }
ark-groth16 = { git = "https://github.com/arkworks-rs/groth16", rev = "765817f", features = ["parallel"] }
ark-relations = { version = "0.3.0", default-features = false }