@@ -4,7 +4,7 @@ exclude = ["bindings/uniffi-bindgen"]
44
55[package ]
66name = " ldk-node"
7- version = " 0.7.0-rc.27 "
7+ version = " 0.7.0-rc.28 "
88authors = [" Elias Rohrer <dev@tnull.de>" ]
99homepage = " https://lightningdevkit.org/"
1010license = " MIT OR Apache-2.0"
@@ -123,19 +123,6 @@ check-cfg = [
123123name = " payments"
124124harness = false
125125
126- [patch .crates-io ]
127- lightning = { git = " https://github.com/ovitrif/rust-lightning" , branch = " 0.2-electrum-fix" }
128- lightning-types = { git = " https://github.com/ovitrif/rust-lightning" , branch = " 0.2-electrum-fix" }
129- lightning-invoice = { git = " https://github.com/ovitrif/rust-lightning" , branch = " 0.2-electrum-fix" }
130- lightning-net-tokio = { git = " https://github.com/ovitrif/rust-lightning" , branch = " 0.2-electrum-fix" }
131- lightning-persister = { git = " https://github.com/ovitrif/rust-lightning" , branch = " 0.2-electrum-fix" }
132- lightning-background-processor = { git = " https://github.com/ovitrif/rust-lightning" , branch = " 0.2-electrum-fix" }
133- lightning-rapid-gossip-sync = { git = " https://github.com/ovitrif/rust-lightning" , branch = " 0.2-electrum-fix" }
134- lightning-block-sync = { git = " https://github.com/ovitrif/rust-lightning" , branch = " 0.2-electrum-fix" }
135- lightning-transaction-sync = { git = " https://github.com/ovitrif/rust-lightning" , branch = " 0.2-electrum-fix" }
136- lightning-liquidity = { git = " https://github.com/ovitrif/rust-lightning" , branch = " 0.2-electrum-fix" }
137- lightning-macros = { git = " https://github.com/ovitrif/rust-lightning" , branch = " 0.2-electrum-fix" }
138-
139126# [patch.crates-io]
140127# lightning = { path = "../rust-lightning/lightning" }
141128# lightning-types = { path = "../rust-lightning/lightning-types" }
0 commit comments