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"] }