Skip to content

Commit

Permalink
Bump ark_* to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed Dec 6, 2024
1 parent a11d166 commit 38c31c3
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 @@ -11,11 +11,11 @@ rayon = "1"
sha2 = { version = "0.10", default-features = false, features = ["std"] }
sha3 = { version = "0.10", default-features = false, features = ["std", "asm"] }
thiserror = "1"
groth-sahai = { git = "https://github.com/jdwhite48/groth-sahai-rs", rev = "22ecc73db72a6cebdd55d971078c56be9f8a270c" }
ark-bls12-381 = { version = "0.4" }
ark-ec = { version = "0.4", default-features = false }
ark-ff = { version = "0.4", default-features = false }
ark-serialize = { version = "0.4", default-features = false }
groth-sahai = { git = "https://github.com/jdwhite48/groth-sahai-rs", rev = "cc0c3f023efb68c07e5a9d2da9fc9ca588f05698" }
ark-bls12-381 = { version = "0.5" }
ark-ec = { version = "0.5", default-features = false }
ark-ff = { version = "0.5", default-features = false }
ark-serialize = { version = "0.5", default-features = false }
rand_chacha = { version = "0.3" }

[dev-dependencies]
Expand Down

0 comments on commit 38c31c3

Please sign in to comment.