From 0cbc2936ea1ca555eb5ece64bf687ed2a672d8e3 Mon Sep 17 00:00:00 2001 From: Grant Wuerker Date: Sat, 26 Jan 2019 20:43:49 -0600 Subject: [PATCH] added version to signature-schemes dependency using tag instead of branch changed signature-schemes tag to 0.3.0 --- eth2/utils/bls/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth2/utils/bls/Cargo.toml b/eth2/utils/bls/Cargo.toml index 0dc64e483..5148cb7f2 100644 --- a/eth2/utils/bls/Cargo.toml +++ b/eth2/utils/bls/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Paul Hauner "] 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" }