as gakonst updated the version, doing the same

This commit is contained in:
tyshkor 2023-03-20 21:51:56 +01:00
parent d2039138a8
commit 6ef3bb0e76
1 changed files with 1 additions and 1 deletions

View File

@ -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 }