File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed
Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 77 steps :
88 - name : Checkout source code
99 uses : actions/checkout@v4
10- - name : Install Rust stable toolchain
11- run : |
12- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile=minimal --default-toolchain stable
13- rustup override set stable
1410 - name : Check SemVer
1511 uses : obi1kenobi/cargo-semver-checks-action@v2
Original file line number Diff line number Diff line change @@ -168,3 +168,16 @@ harness = false
168168
169169# vss-client-ng = { path = "../vss-client" }
170170# vss-client-ng = { git = "https://github.com/lightningdevkit/vss-client", branch = "main" }
171+ #
172+ # [patch."https://github.com/lightningdevkit/rust-lightning"]
173+ # lightning = { path = "../rust-lightning/lightning" }
174+ # lightning-types = { path = "../rust-lightning/lightning-types" }
175+ # lightning-invoice = { path = "../rust-lightning/lightning-invoice" }
176+ # lightning-net-tokio = { path = "../rust-lightning/lightning-net-tokio" }
177+ # lightning-persister = { path = "../rust-lightning/lightning-persister" }
178+ # lightning-background-processor = { path = "../rust-lightning/lightning-background-processor" }
179+ # lightning-rapid-gossip-sync = { path = "../rust-lightning/lightning-rapid-gossip-sync" }
180+ # lightning-block-sync = { path = "../rust-lightning/lightning-block-sync" }
181+ # lightning-transaction-sync = { path = "../rust-lightning/lightning-transaction-sync" }
182+ # lightning-liquidity = { path = "../rust-lightning/lightning-liquidity" }
183+ # lightning-macros = { path = "../rust-lightning/lightning-macros" }
You can’t perform that action at this time.
0 commit comments