Skip to content

Commit 7d60d11

Browse files
committed
Update Cargo.toml and CI references to LDK 0.0.118
1 parent a7a9b1c commit 7d60d11

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
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
git clone https://github.com/rust-bitcoin/rust-lightning
3939
cd rust-lightning
40-
git checkout 0.0.117-bindings
40+
git checkout 0.0.118-bindings
4141
# Pin memchr until we can remove it
4242
cargo update -p memchr --precise "2.5.0" --verbose
4343
- name: Fix Github Actions to not be broken
@@ -101,7 +101,7 @@ jobs:
101101
run: |
102102
git clone https://github.com/rust-bitcoin/rust-lightning
103103
cd rust-lightning
104-
git checkout 0.0.117-bindings
104+
git checkout 0.0.118-bindings
105105
- name: Fix Github Actions to not be broken
106106
run: git config --global --add safe.directory /__w/ldk-c-bindings/ldk-c-bindings
107107
- name: Fetch MacOS SDK
@@ -148,7 +148,7 @@ jobs:
148148
run: |
149149
git clone https://github.com/rust-bitcoin/rust-lightning
150150
cd rust-lightning
151-
git checkout 0.0.117-bindings
151+
git checkout 0.0.118-bindings
152152
- name: Rebuild bindings using Apple clang, and check the sample app builds + links
153153
run: ./genbindings.sh ./rust-lightning true
154154
- 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.29", default-features = false }
2323
secp256k1 = { version = "0.24", 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.117-bindings", default-features = false }
26-
lightning-persister = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.117-bindings", default-features = false }
27-
lightning-invoice = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.117-bindings", default-features = false }
28-
lightning-background-processor = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.117-bindings", default-features = false }
29-
lightning-rapid-gossip-sync = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.117-bindings", default-features = false }
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 }
3030

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

0 commit comments

Comments
 (0)