mirror of https://github.com/vacp2p/zerokit.git
fix(semaphore): revert ark-circom dependency (#116)
This commit is contained in:
parent
de5eb2066a
commit
e21e9954ac
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue