Merge pull request #306 from sigp/sigs-v0.6.1

Update signature-scheme to v0.6.1
This commit is contained in:
Age Manning 2019-03-17 12:17:24 +11:00 committed by GitHub
commit a59fc2c24d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.6.0" }
bls-aggregates = { git = "https://github.com/sigp/signature-schemes", tag = "0.6.1" }
hashing = { path = "../hashing" }
hex = "0.3"
serde = "1.0"