From afce6e09d0e760f3e4ce9b1b3c695fda65882b01 Mon Sep 17 00:00:00 2001 From: Lucas Soriano del Pino Date: Thu, 10 Aug 2023 14:05:39 +1000 Subject: [PATCH] chore: Update rust-lightning See https://github.com/p2pderivatives/rust-lightning/commit/6577756c. --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 38bc449b..1c0523a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,6 @@ members = [ ] [patch.crates-io] -lightning = { git = "https://github.com/p2pderivatives/rust-lightning/", rev = "26db9546" } -lightning-net-tokio = { git = "https://github.com/p2pderivatives/rust-lightning/", rev = "26db9546" } -lightning-persister = { git = "https://github.com/p2pderivatives/rust-lightning/", rev = "26db9546" } +lightning = { git = "https://github.com/p2pderivatives/rust-lightning/", rev = "420d961d" } +lightning-net-tokio = { git = "https://github.com/p2pderivatives/rust-lightning/", rev = "420d961d" } +lightning-persister = { git = "https://github.com/p2pderivatives/rust-lightning/", rev = "420d961d" }