From 868d40e3c82c413828edf6b9fd33c58d58c046d5 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Tue, 17 Jan 2023 12:23:28 +1100 Subject: [PATCH] Update milagro_bls --- crypto/bls/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crypto/bls/Cargo.toml b/crypto/bls/Cargo.toml index 3053982506..d385fe3126 100644 --- a/crypto/bls/Cargo.toml +++ b/crypto/bls/Cargo.toml @@ -7,8 +7,7 @@ edition = "2021" [dependencies] eth2_ssz = "0.4.1" tree_hash = "0.4.1" -# FIXME(bls): update this to v1.5+ once issue is fixed -milagro_bls = { git = "https://github.com/sigp/milagro_bls", branch = "uncompressed", optional = true } +milagro_bls = { git = "https://github.com/sigp/milagro_bls", tag = "v1.5.1", optional = true } rand = "0.8.5" serde = "1.0.116" serde_derive = "1.0.116"