Skip to content

Commit

Permalink
Update blst to 0.3.2 (#2034)
Browse files Browse the repository at this point in the history
## Issue Addressed

Should resolve `blst` build issues that previously required `cargo clean` 🤞

## Proposed Changes

BLST cleaned up some of their validation logic: supranational/blst@v0.3.1...v0.3.2

And included my build system PR: supranational/blst#45
  • Loading branch information
michaelsproul committed Dec 3, 2020
1 parent 2682f46 commit e06d040
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crypto/bls/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ eth2_hashing = "0.1.0"
ethereum-types = "0.9.2"
arbitrary = { version = "0.4.6", features = ["derive"], optional = true }
zeroize = { version = "1.1.1", features = ["zeroize_derive"] }
blst = "0.3.1"
blst = "0.3.2"

[features]
default = ["supranational"]
Expand Down

0 comments on commit e06d040

Please sign in to comment.