From ddf956e310fbd170c01083404815e858aa616be0 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Thu, 15 Feb 2024 11:31:57 -0600 Subject: [PATCH] bump circom-compat to latest --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18b1b82..c3f3920 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ crate-type = [ [dependencies] -ark-circom = { git = "https://github.com/codex-storage/circom-compat.git", features = ["circom-2", "ethereum"]} +ark-circom = { git = "https://github.com/codex-storage/circom-compat.git#71f1ceb11aef27256", features = ["circom-2", "ethereum"]} ark-crypto-primitives = { version = "=0.4.0" } ark-ec = { version = "=0.4.1", default-features = false, features = ["parallel"] }