Skip to content

Commit 3beda67

Browse files
committed
Update CI and Cargo.toml branch names to LDK 0.0.121
1 parent 0ac4dbd commit 3beda67

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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.118-bindings
49+
git checkout 0.0.121-bindings
5050
- name: Pin memchr
5151
if: "matrix.distro == 'debian:bullseye'"
5252
run: |
@@ -114,7 +114,7 @@ jobs:
114114
run: |
115115
git clone https://github.com/rust-bitcoin/rust-lightning
116116
cd rust-lightning
117-
git checkout 0.0.118-bindings
117+
git checkout 0.0.121-bindings
118118
- name: Fix Github Actions to not be broken
119119
run: git config --global --add safe.directory /__w/ldk-c-bindings/ldk-c-bindings
120120
- name: Fetch MacOS SDK
@@ -161,7 +161,7 @@ jobs:
161161
run: |
162162
git clone https://github.com/rust-bitcoin/rust-lightning
163163
cd rust-lightning
164-
git checkout 0.0.118-bindings
164+
git checkout 0.0.121-bindings
165165
- name: Rebuild bindings using Apple clang, and check the sample app builds + links
166166
run: ./genbindings.sh ./rust-lightning true
167167
- name: Rebuild bindings using upstream clang, and check the sample app builds + links

lightning-c-bindings/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ std = ["bitcoin/std", "lightning/std", "lightning-invoice/std", "lightning-backg
2222
bitcoin = { version = "0.30", default-features = false }
2323
secp256k1 = { version = "0.27", features = ["global-context", "recovery"] }
2424
# Note that the following line is matched by genbindings to update the path
25-
lightning = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.118-bindings", default-features = false }
26-
lightning-persister = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.118-bindings", default-features = false }
27-
lightning-invoice = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.118-bindings", default-features = false }
28-
lightning-background-processor = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.118-bindings", default-features = false }
29-
lightning-rapid-gossip-sync = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.118-bindings", default-features = false }
25+
lightning = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.121-bindings", default-features = false }
26+
lightning-persister = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.121-bindings", default-features = false }
27+
lightning-invoice = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.121-bindings", default-features = false }
28+
lightning-background-processor = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.121-bindings", default-features = false }
29+
lightning-rapid-gossip-sync = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.121-bindings", default-features = false }
3030

3131
core2 = { version = "0.3.0", optional = true, default-features = false }
3232

0 commit comments

Comments
 (0)