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

index 6ce2ef61808ea68f682fff6a1c94f83aebd7d6cd..dbd6769d2604b280c9b9bdb0d0709cb5184511ab 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
@@ -165,7 +165,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
@@ -245,7 +245,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