Skip to content

Commit 73fdeb0

Browse files
committed
Update lightning-c-bindings Cargo.toml and CI to 0.0.108-bindings
1 parent a0e439c commit 73fdeb0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
git clone https://github.com/rust-bitcoin/rust-lightning
3434
cd rust-lightning
35-
git checkout 0.0.106-bindings
35+
git checkout 0.0.108-bindings
3636
- name: Rebuild bindings without std, and check the sample app builds + links
3737
run: ./genbindings.sh ./rust-lightning false
3838
- name: Rebuild bindings, and check the sample app builds + links
@@ -83,7 +83,7 @@ jobs:
8383
run: |
8484
git clone https://github.com/rust-bitcoin/rust-lightning
8585
cd rust-lightning
86-
git checkout 0.0.106-bindings
86+
git checkout 0.0.108-bindings
8787
- name: Rebuild bindings using Apple clang, and check the sample app builds + links
8888
run: ./genbindings.sh ./rust-lightning true
8989
- 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"]
2222
bitcoin = { version = "0.28", default-features = false }
2323
secp256k1 = { version = "0.22", 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.106-bindings", default-features = false }
26-
lightning-persister = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.106-bindings", default-features = false }
27-
lightning-invoice = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.106-bindings", default-features = false }
28-
lightning-background-processor = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.106-bindings", default-features = false }
29-
lightning-rapid-gossip-sync = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.106-bindings", default-features = false }
25+
lightning = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.108-bindings", default-features = false }
26+
lightning-persister = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.108-bindings", default-features = false }
27+
lightning-invoice = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.108-bindings", default-features = false }
28+
lightning-background-processor = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.108-bindings", default-features = false }
29+
lightning-rapid-gossip-sync = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.108-bindings", default-features = false }
3030

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

0 commit comments

Comments
 (0)