mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 04:48:21 +00:00
Update blst to 0.3.2 (#2034)
## Issue Addressed Should resolve `blst` build issues that previously required `cargo clean` 🤞 ## Proposed Changes BLST cleaned up some of their validation logic: https://github.com/supranational/blst/compare/v0.3.1...v0.3.2 And included my build system PR: https://github.com/supranational/blst/pull/45
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user