diff --git a/eth2/utils/bls/Cargo.toml b/eth2/utils/bls/Cargo.toml index 877afa442..ed2ec0e3f 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", branch = "secret-key-serialization" } +bls-aggregates = { git = "https://github.com/sigp/signature-schemes", tag = "v0.7.0" } cached_tree_hash = { path = "../cached_tree_hash" } hashing = { path = "../hashing" } hex = "0.3"