Upgrade to signature scheme 0.6.0

This commit is contained in:
Kirk Baird
2019-03-12 16:01:09 +11:00
parent efd56ebe37
commit c92f867cd8
5 changed files with 23 additions and 26 deletions

View File

@@ -5,7 +5,7 @@ authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dependencies]
bls-aggregates = { git = "https://github.com/sigp/signature-schemes", tag = "0.5.2" }
bls-aggregates = { git = "https://github.com/sigp/signature-schemes", tag = "0.6.0" }
hashing = { path = "../hashing" }
hex = "0.3"
serde = "1.0"