Update CI C-Bindings dependency to 0.0.102
authorMatt Corallo <git@bluematt.me>
Mon, 18 Oct 2021 20:56:56 +0000 (20:56 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 18 Oct 2021 20:56:56 +0000 (20:56 +0000)
.github/workflows/build.yml

index f755c988b42efedcd026478b7b77a02f2743a95e..90d6b194ba469dce623afecb43cd477b25459afa 100644 (file)
@@ -35,7 +35,7 @@ jobs:
           cd ..
           git clone https://github.com/lightningdevkit/ldk-c-bindings
           cd ldk-c-bindings
-          git checkout 0.0.101
+          git checkout 0.0.102
       - name: Rebuild C bindings without STD for WASM
         run: |
           cd ldk-c-bindings
@@ -153,7 +153,7 @@ jobs:
           cd ..
           git clone https://github.com/lightningdevkit/ldk-c-bindings
           cd ldk-c-bindings
-          git checkout 0.0.101
+          git checkout 0.0.102
       - name: Checkout Android AAR binaries and artifacts
         run: git clone --depth 1 https://git.bitcoin.ninja/ldk-java-bins
       - name: Build Android aar
@@ -218,7 +218,7 @@ jobs:
           cd ..
           git clone https://github.com/lightningdevkit/ldk-c-bindings
           cd ldk-c-bindings
-          git checkout 0.0.101
+          git checkout 0.0.102
       - name: Rebuild C bindings with upstream clang, and check the sample app builds + links
         run: |
           cd ldk-c-bindings