From d33534984615e0994003a7ec7039a6ad8768d619 Mon Sep 17 00:00:00 2001 From: Lucas Soriano del Pino Date: Wed, 1 Nov 2023 20:51:03 +1100 Subject: [PATCH] Fix bug in rust-lightning upgrade to 0.0.116 See https://github.com/lightningdevkit/rust-lightning/commit/f9d7d59e for context. --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c8a0d892..a5198501 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,6 @@ members = [ resolver = "2" [patch.crates-io] -lightning = { git = "https://github.com/p2pderivatives/rust-lightning/", rev = "b13daab9" } -lightning-net-tokio = { git = "https://github.com/p2pderivatives/rust-lightning/", rev = "b13daab9" } -lightning-persister = { git = "https://github.com/p2pderivatives/rust-lightning/", rev = "b13daab9" } +lightning = { git = "https://github.com/p2pderivatives/rust-lightning/", rev = "a57281b" } +lightning-net-tokio = { git = "https://github.com/p2pderivatives/rust-lightning/", rev = "a57281b" } +lightning-persister = { git = "https://github.com/p2pderivatives/rust-lightning/", rev = "a57281b" }