From b2ebc8822d6a1b51be2af855f88c59e911492423 Mon Sep 17 00:00:00 2001 From: Magamedrasul Ibragimov Date: Fri, 23 Aug 2024 17:28:21 +0300 Subject: [PATCH] chore: pin to a specific Circom commit --- Cargo.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d00bdab..ce76604 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,14 +19,14 @@ strum = "0.26.2" sim-circuit = { git = "https://github.com/brech1/sim-circuit" } # DSL -circom-circom_algebra = { git = "https://github.com/iden3/circom", package = "circom_algebra" } -circom-code_producers = { git = "https://github.com/iden3/circom", package = "code_producers" } -circom-compiler = { git = "https://github.com/iden3/circom", package = "compiler" } -circom-constant_tracking = { git = "https://github.com/iden3/circom", package = "constant_tracking" } -circom-constraint_generation = { git = "https://github.com/iden3/circom", package = "constraint_generation" } -circom-constraint_list = { git = "https://github.com/iden3/circom", package = "constraint_list" } -circom-constraint_writers = { git = "https://github.com/iden3/circom", package = "constraint_writers" } -circom-dag = { git = "https://github.com/iden3/circom", package = "dag" } -circom-parser = { git = "https://github.com/iden3/circom", package = "parser" } -circom-program_structure = { git = "https://github.com/iden3/circom", package = "program_structure" } -circom-type_analysis = { git = "https://github.com/iden3/circom", package = "type_analysis" } +circom-circom_algebra = { git = "https://github.com/iden3/circom", package = "circom_algebra", rev = "e8e125e" } +circom-code_producers = { git = "https://github.com/iden3/circom", package = "code_producers", rev = "e8e125e" } +circom-compiler = { git = "https://github.com/iden3/circom", package = "compiler", rev = "e8e125e" } +circom-constant_tracking = { git = "https://github.com/iden3/circom", package = "constant_tracking", rev = "e8e125e" } +circom-constraint_generation = { git = "https://github.com/iden3/circom", package = "constraint_generation", rev = "e8e125e" } +circom-constraint_list = { git = "https://github.com/iden3/circom", package = "constraint_list", rev = "e8e125e" } +circom-constraint_writers = { git = "https://github.com/iden3/circom", package = "constraint_writers", rev = "e8e125e" } +circom-dag = { git = "https://github.com/iden3/circom", package = "dag", rev = "e8e125e" } +circom-parser = { git = "https://github.com/iden3/circom", package = "parser", rev = "e8e125e" } +circom-program_structure = { git = "https://github.com/iden3/circom", package = "program_structure", rev = "e8e125e" } +circom-type_analysis = { git = "https://github.com/iden3/circom", package = "type_analysis", rev = "e8e125e" }