Skip to content

Commit

Permalink
chore: pin to a specific Circom commit
Browse files Browse the repository at this point in the history
  • Loading branch information
curryrasul committed Aug 23, 2024
1 parent 5c673e2 commit b2ebc88
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit b2ebc88

Please sign in to comment.