From 58aaea560e9fe48339fc4b7165be2a14a72001f9 Mon Sep 17 00:00:00 2001 From: Mariusz Klochowicz Date: Wed, 20 Oct 2021 15:23:15 +1030 Subject: [PATCH] Update secp256k1-zkp fork's hash after force-pushing to the branch --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b14450f..60b6907 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2391,7 +2391,7 @@ dependencies = [ [[package]] name = "secp256k1-zkp" version = "0.4.0" -source = "git+https://github.com/klochowicz/rust-secp256k1-zkp?branch=ecdsa-signatures-release-build#37c6afcf3ead55cbc99cbbba459745c43c7197a3" +source = "git+https://github.com/klochowicz/rust-secp256k1-zkp?branch=ecdsa-signatures-release-build#e8692101e357fbda0a613023e0cd3e36457d9bf4" dependencies = [ "rand 0.6.5", "secp256k1", @@ -2402,7 +2402,7 @@ dependencies = [ [[package]] name = "secp256k1-zkp-sys" version = "0.4.0" -source = "git+https://github.com/klochowicz/rust-secp256k1-zkp?branch=ecdsa-signatures-release-build#37c6afcf3ead55cbc99cbbba459745c43c7197a3" +source = "git+https://github.com/klochowicz/rust-secp256k1-zkp?branch=ecdsa-signatures-release-build#e8692101e357fbda0a613023e0cd3e36457d9bf4" dependencies = [ "cc", "secp256k1-sys",