From d776d48c5bf868d39d4328baec61a65c8463fb51 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Mon, 12 Apr 2021 17:47:35 -0400 Subject: [PATCH] Update secp patch git hash to new PR (rebased on upstream) --- lightning-c-bindings/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightning-c-bindings/Cargo.toml b/lightning-c-bindings/Cargo.toml index e2fde3c..788cff1 100644 --- a/lightning-c-bindings/Cargo.toml +++ b/lightning-c-bindings/Cargo.toml @@ -22,7 +22,7 @@ lightning = { git = "https://git.bitcoin.ninja/rust-lightning", rev = "8088e4ba1 [patch.crates-io] # Rust-Secp256k1 PR 279. Should be dropped once merged. -secp256k1 = { git = 'https://github.com/TheBlueMatt/rust-secp256k1', rev = '15a0d4195a20355f6b1e8f54c84eba56abc15cbd' } +secp256k1 = { git = 'https://github.com/TheBlueMatt/rust-secp256k1', rev = '50bf9e48ca0f0d267c41e729520a2673ecfaa84f' } # Always force panic=abort, further options are set in the genbindings.sh build script [profile.dev] -- 2.30.2