Switch to the 0.0.100 branch on ldk-c-bindings v0.0.100.0
authorMatt Corallo <git@bluematt.me>
Wed, 18 Aug 2021 00:18:27 +0000 (00:18 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 18 Aug 2021 01:01:34 +0000 (01:01 +0000)
.github/workflows/build.yml

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