Update sigp/blst commit (#1454)
## Issue Addressed NA ## Proposed Changes Merges `blst/master` into our `sigp/portable` branch. ## Additional Info NA
This commit is contained in:
parent
c5722093d3
commit
d4dd25883f
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -564,7 +564,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "blst"
|
||||
version = "0.1.1"
|
||||
source = "git+https://github.com/sigp/blst.git?rev=dad1ad0cd22861e5773bee177bee4e1684792605#dad1ad0cd22861e5773bee177bee4e1684792605"
|
||||
source = "git+https://github.com/sigp/blst.git?rev=22bfb91721af125d1cb08aa201a18477665a45fe#22bfb91721af125d1cb08aa201a18477665a45fe"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"glob",
|
||||
|
@ -17,7 +17,7 @@ eth2_hashing = "0.1.0"
|
||||
ethereum-types = "0.9.1"
|
||||
arbitrary = { version = "0.4.4", features = ["derive"], optional = true }
|
||||
zeroize = { version = "1.0.0", features = ["zeroize_derive"] }
|
||||
blst = { git = "https://github.com/sigp/blst.git", rev = "dad1ad0cd22861e5773bee177bee4e1684792605" }
|
||||
blst = { git = "https://github.com/sigp/blst.git", rev = "22bfb91721af125d1cb08aa201a18477665a45fe" }
|
||||
|
||||
[features]
|
||||
default = ["supranational"]
|
||||
|
Loading…
Reference in New Issue
Block a user