@@ -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.121 -bindings
43+ git checkout origin/0.0.122 -bindings
4444 cd ..
4545 git clone https://github.com/lightningdevkit/ldk-c-bindings
4646 cd ldk-c-bindings
47- git checkout 0.0.121
47+ git checkout 0.0.122
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.121 -bindings
141+ git checkout origin/0.0.122 -bindings
142142 cd ..
143143 git clone https://github.com/lightningdevkit/ldk-c-bindings
144144 cd ldk-c-bindings
145- git checkout 0.0.121
145+ git checkout 0.0.122
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.121 -bindings
188+ git checkout origin/0.0.122 -bindings
189189 cd ..
190190 git clone https://github.com/lightningdevkit/ldk-c-bindings
191191 cd ldk-c-bindings
192- git checkout 0.0.121
192+ git checkout 0.0.122
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.121 -bindings
294+ git checkout origin/0.0.122 -bindings
295295 cd ..
296296 git clone https://github.com/lightningdevkit/ldk-c-bindings
297297 cd ldk-c-bindings
298- git checkout 0.0.121
298+ git checkout 0.0.122
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.121 -bindings
357+ git checkout origin/0.0.122 -bindings
358358 cd ..
359359 git clone https://github.com/lightningdevkit/ldk-c-bindings
360360 cd ldk-c-bindings
361- git checkout 0.0.121
361+ git checkout 0.0.122
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.121 -bindings
486+ git checkout origin/0.0.122 -bindings
487487 cd ..
488488 git clone https://github.com/lightningdevkit/ldk-c-bindings
489489 cd ldk-c-bindings
490- git checkout 0.0.121
490+ git checkout 0.0.122
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.121 -bindings
623+ git checkout origin/0.0.122 -bindings
624624 cd ..
625625 git clone https://github.com/lightningdevkit/ldk-c-bindings
626626 cd ldk-c-bindings
627- git checkout 0.0.121
627+ git checkout 0.0.122
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.121 -bindings
703+ git checkout origin/0.0.122 -bindings
704704 cd ..
705705 git clone https://github.com/lightningdevkit/ldk-c-bindings
706706 cd ldk-c-bindings
707- git checkout 0.0.121
707+ git checkout 0.0.122
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