@@ -154,17 +154,20 @@ harness = false
154154# lightning-liquidity = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "main" }
155155# lightning-macros = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "main" }
156156
157- # lightning = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "21e9a9c0ef80021d0669f2a366f55d08ba8d9b03" }
158- # lightning-types = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "21e9a9c0ef80021d0669f2a366f55d08ba8d9b03" }
159- # lightning-invoice = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "21e9a9c0ef80021d0669f2a366f55d08ba8d9b03" }
160- # lightning-net-tokio = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "21e9a9c0ef80021d0669f2a366f55d08ba8d9b03" }
161- # lightning-persister = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "21e9a9c0ef80021d0669f2a366f55d08ba8d9b03" }
162- # lightning-background-processor = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "21e9a9c0ef80021d0669f2a366f55d08ba8d9b03" }
163- # lightning-rapid-gossip-sync = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "21e9a9c0ef80021d0669f2a366f55d08ba8d9b03" }
164- # lightning-block-sync = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "21e9a9c0ef80021d0669f2a366f55d08ba8d9b03" }
165- # lightning-transaction-sync = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "21e9a9c0ef80021d0669f2a366f55d08ba8d9b03" }
166- # lightning-liquidity = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "21e9a9c0ef80021d0669f2a366f55d08ba8d9b03" }
167- # lightning-macros = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "21e9a9c0ef80021d0669f2a366f55d08ba8d9b03" }
157+ [patch .'https://github .com/lightningdevkit/rust-lightning' ]
158+ # Cargo won't let us patch a git dependency with another rev from the same git dependency, so we
159+ # have to pick another copy of `rust-lightning` and pin the rev.
160+ lightning = { git = " https://git.bitcoin.ninja/rust-lightning" , rev = " 0bc5c95484345c6289dffd9a379982a9b66d688f" }
161+ lightning-types = { git = " https://git.bitcoin.ninja/rust-lightning" , rev = " 0bc5c95484345c6289dffd9a379982a9b66d688f" }
162+ lightning-invoice = { git = " https://git.bitcoin.ninja/rust-lightning" , rev = " 0bc5c95484345c6289dffd9a379982a9b66d688f" }
163+ lightning-net-tokio = { git = " https://git.bitcoin.ninja/rust-lightning" , rev = " 0bc5c95484345c6289dffd9a379982a9b66d688f" }
164+ lightning-persister = { git = " https://git.bitcoin.ninja/rust-lightning" , rev = " 0bc5c95484345c6289dffd9a379982a9b66d688f" }
165+ lightning-background-processor = { git = " https://git.bitcoin.ninja/rust-lightning" , rev = " 0bc5c95484345c6289dffd9a379982a9b66d688f" }
166+ lightning-rapid-gossip-sync = { git = " https://git.bitcoin.ninja/rust-lightning" , rev = " 0bc5c95484345c6289dffd9a379982a9b66d688f" }
167+ lightning-block-sync = { git = " https://git.bitcoin.ninja/rust-lightning" , rev = " 0bc5c95484345c6289dffd9a379982a9b66d688f" }
168+ lightning-transaction-sync = { git = " https://git.bitcoin.ninja/rust-lightning" , rev = " 0bc5c95484345c6289dffd9a379982a9b66d688f" }
169+ lightning-liquidity = { git = " https://git.bitcoin.ninja/rust-lightning" , rev = " 0bc5c95484345c6289dffd9a379982a9b66d688f" }
170+ lightning-macros = { git = " https://git.bitcoin.ninja/rust-lightning" , rev = " 0bc5c95484345c6289dffd9a379982a9b66d688f" }
168171
169172# vss-client-ng = { path = "../vss-client" }
170173# vss-client-ng = { git = "https://github.com/lightningdevkit/vss-client", branch = "main" }
0 commit comments