fix versions

This commit is contained in:
Rostyslav Tyshko 2023-06-22 23:17:32 +02:00
parent be88a432d7
commit 56b9285fef
1 changed files with 2 additions and 2 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/gakonst/ark-circom", default-features = false, features = ["circom-2"] }
ark-circom = { version = "=0.1.0", git = "https://github.com/gakonst/ark-circom", default-features = false, features = ["circom-2"] }
# WASM
wasmer = { version = "2.3.0", default-features = false }
@ -38,7 +38,7 @@ once_cell = "1.14.0"
rand = "=0.8.5"
rand_chacha = "=0.3.1"
tiny-keccak = { version = "=2.0.2", features = ["keccak"] }
utils = { path = "../utils/", default-features = false }
utils = { version = "=0.1.0", path = "../utils/", default-features = false }
# serialization
serde_json = "1.0.48"