From 96a327fe500fa762fd3aa3c70fa2a17eb2c4baed Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Wed, 2 Oct 2019 12:04:17 +1000 Subject: [PATCH] Update Milagro BLS to v0.11.0 (#554) --- eth2/utils/bls/Cargo.toml | 3 +-- eth2/utils/eth2_interop_keypairs/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/eth2/utils/bls/Cargo.toml b/eth2/utils/bls/Cargo.toml index 349e08f54..6638f13a2 100644 --- a/eth2/utils/bls/Cargo.toml +++ b/eth2/utils/bls/Cargo.toml @@ -5,8 +5,7 @@ authors = ["Paul Hauner "] 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" diff --git a/eth2/utils/eth2_interop_keypairs/Cargo.toml b/eth2/utils/eth2_interop_keypairs/Cargo.toml index a1a851d1d..fbebfa25d 100644 --- a/eth2/utils/eth2_interop_keypairs/Cargo.toml +++ b/eth2/utils/eth2_interop_keypairs/Cargo.toml @@ -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"