mirror of https://github.com/vacp2p/zerokit.git
as gakonst updated the version, doing the same
This commit is contained in:
parent
d2039138a8
commit
6ef3bb0e76
|
@ -21,7 +21,7 @@ ark-bn254 = { version = "=0.4.0" }
|
|||
ark-groth16 = { version = "=0.4.0", features = ["parallel"], default-features = false }
|
||||
ark-relations = { version = "=0.4.0", default-features = false, features = [ "std" ] }
|
||||
ark-serialize = { version = "=0.4.1", default-features = false }
|
||||
ark-circom = { git = "https://github.com/tyshko-rostyslav/ark-circom", rev="97f1deceaa188a0fa0dcd97479b1d8930018ac05", default-features = false, features = ["circom-2"] }
|
||||
ark-circom = { git = "https://github.com/gakonst/ark-circom", default-features = false, features = ["circom-2"] }
|
||||
|
||||
# WASM
|
||||
wasmer = { version = "2.3.0", default-features = false }
|
||||
|
|
Loading…
Reference in New Issue