diff --git a/Cargo.toml b/Cargo.toml index 266ce56a..c8a0d892 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 = "78cbe211" } -lightning-net-tokio = { git = "https://github.com/p2pderivatives/rust-lightning/", rev = "78cbe211" } -lightning-persister = { git = "https://github.com/p2pderivatives/rust-lightning/", rev = "78cbe211" } +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" }