Skip to content

Commit

Permalink
Merge pull request #2574 from o1-labs/volhovm/unify-versions
Browse files Browse the repository at this point in the history
Unify cargo requirements with bindings, add asm flags
  • Loading branch information
volhovm authored Sep 19, 2024
2 parents 66eaad5 + e4ac7fb commit 372c999
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 @@ -23,8 +23,8 @@ ark-ec = { version = "0.4.2", features = ["parallel"] }
ark-ff = { version = "0.4.2", features = ["parallel", "asm"] }
ark-poly = { version = "0.4.2", features = ["parallel"] }
ark-serialize = "0.4.2"
ark-std = "0.4.0"
ark-test-curves = "0.4.2"
ark-std = { version = "0.4.0", features = ["parallel"] }
ark-test-curves = { version = "0.4.2", features = ["parallel", "asm"] }
base64 = "0.21.5"
bcs = "0.1.3"
bitvec = "1.0.0"
Expand All @@ -43,7 +43,7 @@ itertools = "0.10.5"
libc = "0.2.62"
libflate = "2"
log = "0.4.20"
num-bigint = { version = "0.4.3", features = ["rand", "serde"] }
num-bigint = { version = "0.4.4", features = ["rand", "serde"] }
num-derive = "0.4"
num-integer = "0.1.45"
num-traits = "0.2"
Expand All @@ -60,10 +60,10 @@ rand_chacha = { version = "0.3.0" }
rand_core = { version = "0.6.3" }
rayon = "1.5.0"
regex = "1.10.2"
rmp-serde = "1.1.1"
rmp-serde = "1.1.2"
secp256k1 = "0.28.2"
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.79"
serde_json = "1.0.113"
serde_with = "3.6.0"
sha2 = "0.10.2"
strum = "0.26.1"
Expand Down

0 comments on commit 372c999

Please sign in to comment.