|
45 | 45 | git clone https://github.com/lightningdevkit/ldk-c-bindings |
46 | 46 | cd ldk-c-bindings |
47 | 47 | git checkout 0.0.117 |
| 48 | + cd lightning-c-bindings |
| 49 | + cargo update -p memchr --precise "2.5.0" --verbose |
48 | 50 | - name: Rebuild C bindings without STD |
49 | 51 | run: | |
50 | 52 | cd ldk-c-bindings |
@@ -139,6 +141,8 @@ jobs: |
139 | 141 | git clone https://github.com/lightningdevkit/ldk-c-bindings |
140 | 142 | cd ldk-c-bindings |
141 | 143 | git checkout 0.0.117 |
| 144 | + cd lightning-c-bindings |
| 145 | + cargo update -p memchr --precise "2.5.0" --verbose |
142 | 146 | - name: Pin proc-macro and quote to meet MSRV |
143 | 147 | run: | |
144 | 148 | cd ldk-c-bindings/c-bindings-gen |
@@ -200,6 +204,8 @@ jobs: |
200 | 204 | git clone https://github.com/lightningdevkit/ldk-c-bindings |
201 | 205 | cd ldk-c-bindings |
202 | 206 | git checkout 0.0.117 |
| 207 | + cd lightning-c-bindings |
| 208 | + cargo update -p memchr --precise "2.5.0" --verbose |
203 | 209 | - name: Pin proc-macro and quote to meet MSRV |
204 | 210 | run: | |
205 | 211 | cd ldk-c-bindings/c-bindings-gen |
@@ -452,6 +458,8 @@ jobs: |
452 | 458 | git clone https://github.com/lightningdevkit/ldk-c-bindings |
453 | 459 | cd ldk-c-bindings |
454 | 460 | git checkout 0.0.117 |
| 461 | + cd lightning-c-bindings |
| 462 | + cargo update -p memchr --precise "2.5.0" --verbose |
455 | 463 | - name: Checkout Android AAR binaries and artifacts |
456 | 464 | run: | |
457 | 465 | # Gitweb only allows snapshots of folders by providing the object hash, which we have to extract: |
@@ -525,6 +533,8 @@ jobs: |
525 | 533 | git clone https://github.com/lightningdevkit/ldk-c-bindings |
526 | 534 | cd ldk-c-bindings |
527 | 535 | git checkout 0.0.117 |
| 536 | + cd lightning-c-bindings |
| 537 | + cargo update -p memchr --precise "2.5.0" --verbose |
528 | 538 | - name: Rebuild C bindings and check the sample app builds + links |
529 | 539 | run: | |
530 | 540 | cd ldk-c-bindings |
|
0 commit comments