Update signature schemes release

This commit is contained in:
Kirk Baird
2019-05-24 11:01:56 +10:00
parent cc916e25fd
commit 514ac23724

View File

@@ -5,7 +5,7 @@ authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dependencies]
bls-aggregates = { git = "https://github.com/sigp/signature-schemes", branch = "secret-key-serialization" }
bls-aggregates = { git = "https://github.com/sigp/signature-schemes", tag = "v0.7.0" }
cached_tree_hash = { path = "../cached_tree_hash" }
hashing = { path = "../hashing" }
hex = "0.3"