Skip to content

Commit

Permalink
Upgarde arkworks flags, unify with mina/bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
volhovm committed Sep 19, 2024
1 parent 66eaad5 commit 82c1680
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 Down Expand Up @@ -63,7 +63,7 @@ regex = "1.10.2"
rmp-serde = "1.1.1"
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 82c1680

Please sign in to comment.