From 6ef3bb0e761b7dfa1b933d7a5d07b236d4a8ccfb Mon Sep 17 00:00:00 2001 From: tyshkor Date: Mon, 20 Mar 2023 21:51:56 +0100 Subject: [PATCH] as gakonst updated the version, doing the same --- rln/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rln/Cargo.toml b/rln/Cargo.toml index 6b946b4..f4cf2dc 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/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 }