From d2039138a80cae3b9d8eadc5449b5e2852dbe663 Mon Sep 17 00:00:00 2001 From: tyshkor Date: Mon, 20 Mar 2023 18:27:01 +0100 Subject: [PATCH] update wasm --- rln/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rln/Cargo.toml b/rln/Cargo.toml index f4cf2dc..6b946b4 100644 --- a/rln/Cargo.toml +++ b/rln/Cargo.toml @@ -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 = { git = "https://github.com/tyshko-rostyslav/ark-circom", rev="97f1deceaa188a0fa0dcd97479b1d8930018ac05", default-features = false, features = ["circom-2"] } # WASM wasmer = { version = "2.3.0", default-features = false }