@@ -40,11 +40,11 @@ jobs:
40
40
# Note this is a different endpoint, as we need one non-upstream commit!
41
41
git clone https://github.com/lightningdevkit/rust-lightning
42
42
cd rust-lightning
43
- git checkout origin/0.0.122 -bindings
43
+ git checkout origin/0.0.123 -bindings
44
44
cd ..
45
45
git clone https://github.com/lightningdevkit/ldk-c-bindings
46
46
cd ldk-c-bindings
47
- git checkout 0.0.122
47
+ git checkout 0.0.123
48
48
cd lightning-c-bindings
49
49
cargo update -p memchr --precise "2.5.0" --verbose
50
50
- name : Rebuild C bindings without STD
@@ -138,11 +138,11 @@ jobs:
138
138
# Note this is a different endpoint, as we need one non-upstream commit!
139
139
git clone https://github.com/lightningdevkit/rust-lightning
140
140
cd rust-lightning
141
- git checkout origin/0.0.122 -bindings
141
+ git checkout origin/0.0.123 -bindings
142
142
cd ..
143
143
git clone https://github.com/lightningdevkit/ldk-c-bindings
144
144
cd ldk-c-bindings
145
- git checkout 0.0.122
145
+ git checkout 0.0.123
146
146
cd lightning-c-bindings
147
147
cargo update -p memchr --precise "2.5.0" --verbose
148
148
- name : Rebuild C bindings with STD
@@ -185,11 +185,11 @@ jobs:
185
185
# Note this is a different endpoint, as we need one non-upstream commit!
186
186
git clone https://github.com/lightningdevkit/rust-lightning
187
187
cd rust-lightning
188
- git checkout origin/0.0.122 -bindings
188
+ git checkout origin/0.0.123 -bindings
189
189
cd ..
190
190
git clone https://github.com/lightningdevkit/ldk-c-bindings
191
191
cd ldk-c-bindings
192
- git checkout 0.0.122
192
+ git checkout 0.0.123
193
193
- name : Fetch MacOS SDK
194
194
run : |
195
195
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:
291
291
# Note this is a different endpoint, as we need one non-upstream commit!
292
292
git clone https://github.com/lightningdevkit/rust-lightning
293
293
cd rust-lightning
294
- git checkout origin/0.0.122 -bindings
294
+ git checkout origin/0.0.123 -bindings
295
295
cd ..
296
296
git clone https://github.com/lightningdevkit/ldk-c-bindings
297
297
cd ldk-c-bindings
298
- git checkout 0.0.122
298
+ git checkout 0.0.123
299
299
cd lightning-c-bindings
300
300
cargo update -p memchr --precise "2.5.0" --verbose
301
301
- name : Pin proc-macro and quote to meet MSRV
@@ -354,11 +354,11 @@ jobs:
354
354
# Note this is a different endpoint, as we need one non-upstream commit!
355
355
git clone https://github.com/lightningdevkit/rust-lightning
356
356
cd rust-lightning
357
- git checkout origin/0.0.122 -bindings
357
+ git checkout origin/0.0.123 -bindings
358
358
cd ..
359
359
git clone https://github.com/lightningdevkit/ldk-c-bindings
360
360
cd ldk-c-bindings
361
- git checkout 0.0.122
361
+ git checkout 0.0.123
362
362
cd lightning-c-bindings
363
363
cargo update -p memchr --precise "2.5.0" --verbose
364
364
- name : Pin proc-macro and quote to meet MSRV
@@ -483,11 +483,11 @@ jobs:
483
483
# Note this is a different endpoint, as we need one non-upstream commit!
484
484
git clone https://github.com/lightningdevkit/rust-lightning
485
485
cd rust-lightning
486
- git checkout origin/0.0.122 -bindings
486
+ git checkout origin/0.0.123 -bindings
487
487
cd ..
488
488
git clone https://github.com/lightningdevkit/ldk-c-bindings
489
489
cd ldk-c-bindings
490
- git checkout 0.0.122
490
+ git checkout 0.0.123
491
491
- name : Fetch MacOS SDK
492
492
run : |
493
493
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:
620
620
# Note this is a different endpoint, as we need one non-upstream commit!
621
621
git clone https://github.com/lightningdevkit/rust-lightning
622
622
cd rust-lightning
623
- git checkout origin/0.0.122 -bindings
623
+ git checkout origin/0.0.123 -bindings
624
624
cd ..
625
625
git clone https://github.com/lightningdevkit/ldk-c-bindings
626
626
cd ldk-c-bindings
627
- git checkout 0.0.122
627
+ git checkout 0.0.123
628
628
cd lightning-c-bindings
629
629
. $HOME/.cargo/env
630
630
cargo update -p memchr --precise "2.5.0" --verbose
@@ -700,11 +700,11 @@ jobs:
700
700
# Note this is a different endpoint, as we need one non-upstream commit!
701
701
git clone https://github.com/lightningdevkit/rust-lightning
702
702
cd rust-lightning
703
- git checkout origin/0.0.122 -bindings
703
+ git checkout origin/0.0.123 -bindings
704
704
cd ..
705
705
git clone https://github.com/lightningdevkit/ldk-c-bindings
706
706
cd ldk-c-bindings
707
- git checkout 0.0.122
707
+ git checkout 0.0.123
708
708
cd lightning-c-bindings
709
709
cargo update -p memchr --precise "2.5.0" --verbose
710
710
- name : Rebuild C bindings and check the sample app builds + links
0 commit comments