added version to signature-schemes dependency

using tag instead of branch

changed signature-schemes tag to 0.3.0
This commit is contained in:
Grant Wuerker 2019-01-26 20:43:49 -06:00
parent 9f703765aa
commit 0cbc2936ea
No known key found for this signature in database
GPG Key ID: F7EA56FDDA6C464F

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" }