Update Milagro BLS to v0.11.0 (#554)

This commit is contained in:
Michael Sproul 2019-10-02 12:04:17 +10:00 committed by GitHub
parent ca843afca8
commit 96a327fe50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -5,8 +5,7 @@ authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dependencies]
# FIXME: update sigp repo
milagro_bls = { git = "https://github.com/michaelsproul/milagro_bls", branch = "little-endian-v0.10" }
milagro_bls = { git = "https://github.com/sigp/milagro_bls", tag = "v0.11.0" }
eth2_hashing = { path = "../eth2_hashing" }
hex = "0.3"
rand = "^0.5"

View File

@ -11,7 +11,7 @@ lazy_static = "1.4"
num-bigint = "0.2"
eth2_hashing = "0.1"
hex = "0.3"
milagro_bls = { git = "https://github.com/michaelsproul/milagro_bls", branch = "little-endian-v0.10" }
milagro_bls = { git = "https://github.com/sigp/milagro_bls", tag = "v0.11.0" }
serde_yaml = "0.8"
serde = "1.0"
serde_derive = "1.0"