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

View File

@@ -5,7 +5,7 @@ authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[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" }
hex = "0.3"
ssz = { path = "../ssz" }