Skip to content

Commit

Permalink
feat: allow blst 0.3.10 *or newer* (#58)
Browse files Browse the repository at this point in the history
Some dependents of blstrs might require newer versions of `blst`. Try to
relax the requirements of `blst` and allow 0.3.10 or newer (instead of
pinning it to 0.3.10 only).
  • Loading branch information
vmx authored Aug 14, 2023
1 parent 540a954 commit 11be194
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 @@ -15,7 +15,7 @@ rust-version = "1.56.1"
rustdoc-args = [ "--html-in-header", "katex-header.html" ]

[dependencies]
blst = { version = "=0.3.10", default-features = true }
blst = { version = "0.3.10", default-features = true }
rand_core = "0.6"
ff = "0.13"
group = { version = "0.13", features = ["tests"] }
Expand Down

0 comments on commit 11be194

Please sign in to comment.