Bump bls version (#768)

Signed-off-by: Kirk Baird <baird.k@outlook.com>
This commit is contained in:
Kirk Baird
2020-01-28 15:19:45 +11:00
committed by Paul Hauner
parent 70a80fb458
commit cd401147ea
3 changed files with 11 additions and 47 deletions

View File

@@ -5,7 +5,7 @@ authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dependencies]
milagro_bls = { git = "https://github.com/sigp/milagro_bls", tag = "v0.11.1" }
milagro_bls = { git = "https://github.com/sigp/milagro_bls", tag = "v0.11.2" }
eth2_hashing = "0.1.0"
hex = "0.3"
rand = "0.7.2"