mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +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:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -830,9 +830,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "blst"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2bbf4f6a3ffa04c41ed616749b40dd83431b69db520a18cb60f09db2b7a77c57"
|
||||
checksum = "b1f4904512207f2ac5208e5f679106c9e3aa45e4aca9774beda779eab5f522cb"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"glob",
|
||||
|
||||
Reference in New Issue
Block a user