Skip to content

Commit 125fdf2

Browse files
authored
Merge pull request #161 from TheBlueMatt/main
0.0.123.0
2 parents 2e1354c + 29a2ba7 commit 125fdf2

File tree

1,717 files changed

+207822
-47654
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,717 files changed

+207822
-47654
lines changed

.github/workflows/build.yml

+16-16
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
# Note this is a different endpoint, as we need one non-upstream commit!
4141
git clone https://github.com/lightningdevkit/rust-lightning
4242
cd rust-lightning
43-
git checkout origin/0.0.122-bindings
43+
git checkout origin/0.0.123-bindings
4444
cd ..
4545
git clone https://github.com/lightningdevkit/ldk-c-bindings
4646
cd ldk-c-bindings
47-
git checkout 0.0.122
47+
git checkout 0.0.123
4848
cd lightning-c-bindings
4949
cargo update -p memchr --precise "2.5.0" --verbose
5050
- name: Rebuild C bindings without STD
@@ -138,11 +138,11 @@ jobs:
138138
# Note this is a different endpoint, as we need one non-upstream commit!
139139
git clone https://github.com/lightningdevkit/rust-lightning
140140
cd rust-lightning
141-
git checkout origin/0.0.122-bindings
141+
git checkout origin/0.0.123-bindings
142142
cd ..
143143
git clone https://github.com/lightningdevkit/ldk-c-bindings
144144
cd ldk-c-bindings
145-
git checkout 0.0.122
145+
git checkout 0.0.123
146146
cd lightning-c-bindings
147147
cargo update -p memchr --precise "2.5.0" --verbose
148148
- name: Rebuild C bindings with STD
@@ -185,11 +185,11 @@ jobs:
185185
# Note this is a different endpoint, as we need one non-upstream commit!
186186
git clone https://github.com/lightningdevkit/rust-lightning
187187
cd rust-lightning
188-
git checkout origin/0.0.122-bindings
188+
git checkout origin/0.0.123-bindings
189189
cd ..
190190
git clone https://github.com/lightningdevkit/ldk-c-bindings
191191
cd ldk-c-bindings
192-
git checkout 0.0.122
192+
git checkout 0.0.123
193193
- name: Fetch MacOS SDK
194194
run: |
195195
curl -o Xcode-12.2-12B45b-extracted-SDK-with-libcxx-headers.tar.gz https://bitcoincore.org/depends-sources/sdks/Xcode-12.2-12B45b-extracted-SDK-with-libcxx-headers.tar.gz
@@ -291,11 +291,11 @@ jobs:
291291
# Note this is a different endpoint, as we need one non-upstream commit!
292292
git clone https://github.com/lightningdevkit/rust-lightning
293293
cd rust-lightning
294-
git checkout origin/0.0.122-bindings
294+
git checkout origin/0.0.123-bindings
295295
cd ..
296296
git clone https://github.com/lightningdevkit/ldk-c-bindings
297297
cd ldk-c-bindings
298-
git checkout 0.0.122
298+
git checkout 0.0.123
299299
cd lightning-c-bindings
300300
cargo update -p memchr --precise "2.5.0" --verbose
301301
- name: Pin proc-macro and quote to meet MSRV
@@ -354,11 +354,11 @@ jobs:
354354
# Note this is a different endpoint, as we need one non-upstream commit!
355355
git clone https://github.com/lightningdevkit/rust-lightning
356356
cd rust-lightning
357-
git checkout origin/0.0.122-bindings
357+
git checkout origin/0.0.123-bindings
358358
cd ..
359359
git clone https://github.com/lightningdevkit/ldk-c-bindings
360360
cd ldk-c-bindings
361-
git checkout 0.0.122
361+
git checkout 0.0.123
362362
cd lightning-c-bindings
363363
cargo update -p memchr --precise "2.5.0" --verbose
364364
- name: Pin proc-macro and quote to meet MSRV
@@ -483,11 +483,11 @@ jobs:
483483
# Note this is a different endpoint, as we need one non-upstream commit!
484484
git clone https://github.com/lightningdevkit/rust-lightning
485485
cd rust-lightning
486-
git checkout origin/0.0.122-bindings
486+
git checkout origin/0.0.123-bindings
487487
cd ..
488488
git clone https://github.com/lightningdevkit/ldk-c-bindings
489489
cd ldk-c-bindings
490-
git checkout 0.0.122
490+
git checkout 0.0.123
491491
- name: Fetch MacOS SDK
492492
run: |
493493
curl -o Xcode-12.2-12B45b-extracted-SDK-with-libcxx-headers.tar.gz https://bitcoincore.org/depends-sources/sdks/Xcode-12.2-12B45b-extracted-SDK-with-libcxx-headers.tar.gz
@@ -620,11 +620,11 @@ jobs:
620620
# Note this is a different endpoint, as we need one non-upstream commit!
621621
git clone https://github.com/lightningdevkit/rust-lightning
622622
cd rust-lightning
623-
git checkout origin/0.0.122-bindings
623+
git checkout origin/0.0.123-bindings
624624
cd ..
625625
git clone https://github.com/lightningdevkit/ldk-c-bindings
626626
cd ldk-c-bindings
627-
git checkout 0.0.122
627+
git checkout 0.0.123
628628
cd lightning-c-bindings
629629
. $HOME/.cargo/env
630630
cargo update -p memchr --precise "2.5.0" --verbose
@@ -700,11 +700,11 @@ jobs:
700700
# Note this is a different endpoint, as we need one non-upstream commit!
701701
git clone https://github.com/lightningdevkit/rust-lightning
702702
cd rust-lightning
703-
git checkout origin/0.0.122-bindings
703+
git checkout origin/0.0.123-bindings
704704
cd ..
705705
git clone https://github.com/lightningdevkit/ldk-c-bindings
706706
cd ldk-c-bindings
707-
git checkout 0.0.122
707+
git checkout 0.0.123
708708
cd lightning-c-bindings
709709
cargo update -p memchr --precise "2.5.0" --verbose
710710
- name: Rebuild C bindings and check the sample app builds + links

0 commit comments

Comments
 (0)