Merge pull request #173 from g-r-a-n-t/sig-lib-version

added version to signature-schemes dependency
This commit is contained in:
Paul Hauner 2019-02-01 12:06:48 +11:00 committed by GitHub
commit 8b84b741dc
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" edition = "2018"
[dependencies] [dependencies]
bls-aggregates = { git = "https://github.com/sigp/signature-schemes" } bls-aggregates = { git = "https://github.com/sigp/signature-schemes", tag = "v0.3.0" }
hashing = { path = "../hashing" } hashing = { path = "../hashing" }
hex = "0.3" hex = "0.3"
ssz = { path = "../ssz" } ssz = { path = "../ssz" }