From 94cfed822cffcc7be4d40dbbf19d45f6130a6fd8 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Sat, 20 Jan 2024 16:02:54 -0600 Subject: [PATCH] enable circom2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 77073f4..5b433d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ crate-type = [ [dependencies] -ark-circom = { git = "https://github.com/codex-storage/circom-compat.git" } +ark-circom = { git = "https://github.com/codex-storage/circom-compat.git", features = ["circom-2", "ethereum"]} ark-crypto-primitives = { version = "=0.4.0" } ark-ec = { version = "=0.4.1", default-features = false, features = ["parallel"] }