Skip to content

Commit ab64457

Browse files
committed
Update branch references to LDK 0.0.124-bindings
1 parent e6d0b37 commit ab64457

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
git clone https://github.com/rust-bitcoin/rust-lightning
4848
cd rust-lightning
49-
git checkout 0.0.123-bindings
49+
git checkout 0.0.124-bindings
5050
- name: Fix Github Actions to not be broken
5151
run: git config --global --add safe.directory /__w/ldk-c-bindings/ldk-c-bindings
5252
- name: Pin proc-macro and quote to meet MSRV
@@ -106,7 +106,7 @@ jobs:
106106
run: |
107107
git clone https://github.com/rust-bitcoin/rust-lightning
108108
cd rust-lightning
109-
git checkout 0.0.123-bindings
109+
git checkout 0.0.124-bindings
110110
- name: Fix Github Actions to not be broken
111111
run: git config --global --add safe.directory /__w/ldk-c-bindings/ldk-c-bindings
112112
- name: Fetch MacOS SDK
@@ -153,7 +153,7 @@ jobs:
153153
run: |
154154
git clone https://github.com/rust-bitcoin/rust-lightning
155155
cd rust-lightning
156-
git checkout 0.0.123-bindings
156+
git checkout 0.0.124-bindings
157157
- name: Rebuild bindings using Apple clang, and check the sample app builds + links
158158
run: ./genbindings.sh ./rust-lightning true
159159
- name: Rebuild bindings using upstream clang, and check the sample app builds + links

lightning-c-bindings/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ bitcoin = { version = "0.32", default-features = false }
2323
bech32 = { version = "0.9", default-features = false }
2424
secp256k1 = { version = "0.29", features = ["global-context", "recovery"] }
2525
# Note that the following line is matched by genbindings to update the path
26-
lightning = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.123-bindings", default-features = false }
27-
lightning-types = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.123-bindings", default-features = false }
28-
lightning-persister = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.123-bindings", default-features = false }
29-
lightning-invoice = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.123-bindings", default-features = false }
30-
lightning-background-processor = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.123-bindings", default-features = false }
31-
lightning-rapid-gossip-sync = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.123-bindings", default-features = false }
26+
lightning = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.124-bindings", default-features = false }
27+
lightning-types = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.124-bindings", default-features = false }
28+
lightning-persister = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.124-bindings", default-features = false }
29+
lightning-invoice = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.124-bindings", default-features = false }
30+
lightning-background-processor = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.124-bindings", default-features = false }
31+
lightning-rapid-gossip-sync = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.124-bindings", default-features = false }
3232

3333
# Always force panic=abort, further options are set in the genbindings.sh build script
3434
[profile.dev]

0 commit comments

Comments
 (0)