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-27 21:12:00 -06:00
parent 9f703765aa
commit 0cbc2936ea
+1 -1
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" }