X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-c-bindings%2FCargo.toml;h=788cff11544be6424a908d1e96209517ce681a26;hb=d776d48c5bf868d39d4328baec61a65c8463fb51;hp=e2fde3ce275ae0e827d1e21f373d3742a8446bf9;hpb=a4dc7603314e59acb6bb2db24f9bcdce4217df72;p=ldk-c-bindings 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]