Skip to content

Commit

Permalink
chore: relax the blst version requirement (#63)
Browse files Browse the repository at this point in the history
The latest blst v0.3.11 is compatible with v0.3.10, hence relax the version
requirement and make it "v0.3.10 or greater".
  • Loading branch information
vmx authored Sep 5, 2023
1 parent 3112d58 commit 5c03b02
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 @@ -27,7 +27,7 @@ bls12_381 = { version = "0.8.0", optional = true, features = ["experimental"] }
sha2 = { version = "0.9", optional = true }
hkdf = { version = "0.11.0", optional = true }

blst_lib = { version = "=0.3.10", optional = true, package = "blst" }
blst_lib = { version = "0.3.10", optional = true, package = "blst" }
blstrs = { version = "0.7.0", optional = true }

[workspace]
Expand Down

0 comments on commit 5c03b02

Please sign in to comment.