Skip to content

Commit

Permalink
fix: cargo toml
Browse files Browse the repository at this point in the history
  • Loading branch information
brech1 committed Jan 29, 2024
1 parent 2457dc6 commit 27f5c79
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ resolver = "1" # Fixes lalrpop issue, see: https://github.com/lalrpop/lalrpop/is
[dependencies]
clap = "2.34.0"
dotenv = "0.15.0"
env_logger = "0.10.1"
env_logger = "0.11.1"
log = "0.4.20"
regex = "1.10.2"
regex = "1.10.3"
rand = "0.8.5"
serde_json = "1.0"
serde = { version = "1.0.193", features = ["derive"] }
thiserror = "1.0.50"
serde = { version = "1.0.196", features = ["derive"] }
thiserror = "1.0.56"

# DSL
circom-circom_algebra = { git = "https://github.com/iden3/circom", package = "circom_algebra"}
Expand All @@ -29,7 +30,6 @@ circom-type_analysis = { git = "https://github.com/iden3/circom", package = "ty

# MPZ
mpz-circuits = { git = "https://github.com/privacy-scaling-explorations/mpz", package = "mpz-circuits"}
rand = "0.8.5"

[[bin]]
name="circom"
Expand Down

0 comments on commit 27f5c79

Please sign in to comment.