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