From: Matt Corallo Date: Mon, 12 Apr 2021 21:47:35 +0000 (-0400) Subject: Update secp patch git hash to new PR (rebased on upstream) X-Git-Tag: v0.0.98~16^2~1 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-c-bindings;a=commitdiff_plain;h=d776d48c5bf868d39d4328baec61a65c8463fb51 Update secp patch git hash to new PR (rebased on upstream) --- 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]