Skip to content

Commit

Permalink
Pin used version of groth-sahai-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed Jul 11, 2024
1 parent 0d0248d commit 80da2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ 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" }
groth-sahai = { git = "https://github.com/jdwhite48/groth-sahai-rs", rev = "73b617e2e3d9a267d3f1d7fc37993372057e9dc8" }
ark-bls12-381 = { version = "0.3" }
ark-ec = { version = "0.3", default-features = false }
ark-ff = { version = "0.3", default-features = false }
Expand Down

0 comments on commit 80da2ad

Please sign in to comment.