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
2 changed files with 2 additions and 3 deletions

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"