Update CI branch refernces to 0.0.101
authorMatt Corallo <git@bluematt.me>
Fri, 24 Sep 2021 22:25:28 +0000 (22:25 +0000)
committerMatt Corallo <git@bluematt.me>
Sat, 25 Sep 2021 06:52:12 +0000 (06:52 +0000)
.github/workflows/build.yml

index f048a284b4b7cce6f7ea01554053495f4cd12f16..c15aeb79d5c01d3569c1c2412e86c74fcc921b7f 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.100
+          git checkout 0.0.101
       - name: Rebuild C bindings without STD for WASM
         run: |
           cd ldk-c-bindings
@@ -167,7 +167,7 @@ jobs:
           cd ..
           git clone https://github.com/lightningdevkit/ldk-c-bindings
           cd ldk-c-bindings
-          git checkout 0.0.100
+          git checkout 0.0.101
       - name: Detect current git version
         run: |
           # We assume the top commit is just a bindings update commit, so we
@@ -247,7 +247,7 @@ jobs:
           cd ..
           git clone https://github.com/lightningdevkit/ldk-c-bindings
           cd ldk-c-bindings
-          git checkout 0.0.100
+          git checkout 0.0.101
       - name: Rebuild C bindings with upstream clang, and check the sample app builds + links
         run: |
           cd ldk-c-bindings