Update secp patch git hash to new PR (rebased on upstream)
authorMatt Corallo <git@bluematt.me>
Mon, 12 Apr 2021 21:47:35 +0000 (17:47 -0400)
committerMatt Corallo <git@bluematt.me>
Mon, 12 Apr 2021 21:47:56 +0000 (17:47 -0400)
lightning-c-bindings/Cargo.toml

index e2fde3ce275ae0e827d1e21f373d3742a8446bf9..788cff11544be6424a908d1e96209517ce681a26 100644 (file)
@@ -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]