@@ -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.124 -bindings
43
+ git checkout origin/0.0.125 -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.124
47
+ git checkout 0.0.125
48
48
- name : Rebuild C bindings without STD
49
49
run : |
50
50
cd ldk-c-bindings
@@ -136,11 +136,11 @@ jobs:
136
136
# Note this is a different endpoint, as we need one non-upstream commit!
137
137
git clone https://github.com/lightningdevkit/rust-lightning
138
138
cd rust-lightning
139
- git checkout origin/0.0.124 -bindings
139
+ git checkout origin/0.0.125 -bindings
140
140
cd ..
141
141
git clone https://github.com/lightningdevkit/ldk-c-bindings
142
142
cd ldk-c-bindings
143
- git checkout 0.0.124
143
+ git checkout 0.0.125
144
144
- name : Rebuild C bindings with STD
145
145
run : |
146
146
cd ldk-c-bindings
@@ -181,11 +181,11 @@ jobs:
181
181
# Note this is a different endpoint, as we need one non-upstream commit!
182
182
git clone https://github.com/lightningdevkit/rust-lightning
183
183
cd rust-lightning
184
- git checkout origin/0.0.124 -bindings
184
+ git checkout origin/0.0.125 -bindings
185
185
cd ..
186
186
git clone https://github.com/lightningdevkit/ldk-c-bindings
187
187
cd ldk-c-bindings
188
- git checkout 0.0.124
188
+ git checkout 0.0.125
189
189
- name : Fetch MacOS SDK
190
190
run : |
191
191
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
@@ -336,11 +336,11 @@ jobs:
336
336
# Note this is a different endpoint, as we need one non-upstream commit!
337
337
git clone https://github.com/lightningdevkit/rust-lightning
338
338
cd rust-lightning
339
- git checkout origin/0.0.124 -bindings
339
+ git checkout origin/0.0.125 -bindings
340
340
cd ..
341
341
git clone https://github.com/lightningdevkit/ldk-c-bindings
342
342
cd ldk-c-bindings
343
- git checkout 0.0.124
343
+ git checkout 0.0.125
344
344
- name : Pin proc-macro and quote to meet MSRV
345
345
run : |
346
346
cd ldk-c-bindings/c-bindings-gen
@@ -397,11 +397,11 @@ jobs:
397
397
# Note this is a different endpoint, as we need one non-upstream commit!
398
398
git clone https://github.com/lightningdevkit/rust-lightning
399
399
cd rust-lightning
400
- git checkout origin/0.0.124 -bindings
400
+ git checkout origin/0.0.125 -bindings
401
401
cd ..
402
402
git clone https://github.com/lightningdevkit/ldk-c-bindings
403
403
cd ldk-c-bindings
404
- git checkout 0.0.124
404
+ git checkout 0.0.125
405
405
- name : Pin proc-macro and quote to meet MSRV
406
406
run : |
407
407
cd ldk-c-bindings/c-bindings-gen
@@ -524,11 +524,11 @@ jobs:
524
524
# Note this is a different endpoint, as we need one non-upstream commit!
525
525
git clone https://github.com/lightningdevkit/rust-lightning
526
526
cd rust-lightning
527
- git checkout origin/0.0.124 -bindings
527
+ git checkout origin/0.0.125 -bindings
528
528
cd ..
529
529
git clone https://github.com/lightningdevkit/ldk-c-bindings
530
530
cd ldk-c-bindings
531
- git checkout 0.0.124
531
+ git checkout 0.0.125
532
532
- name : Fetch MacOS SDK
533
533
run : |
534
534
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
@@ -665,11 +665,11 @@ jobs:
665
665
# Note this is a different endpoint, as we need one non-upstream commit!
666
666
git clone https://github.com/lightningdevkit/rust-lightning
667
667
cd rust-lightning
668
- git checkout origin/0.0.124 -bindings
668
+ git checkout origin/0.0.125 -bindings
669
669
cd ..
670
670
git clone https://github.com/lightningdevkit/ldk-c-bindings
671
671
cd ldk-c-bindings
672
- git checkout 0.0.124
672
+ git checkout 0.0.125
673
673
- name : Checkout Android AAR binaries and artifacts
674
674
run : |
675
675
# Gitweb only allows snapshots of folders by providing the object hash, which we have to extract:
0 commit comments