Update bindings workflow in CI to 0.0.106
[ldk-c-bindings] / .github / workflows / build.yml
index 9387a7f4076504c8e33231b03da6f540b60b8458..7e7239837976c6e0ed08a9e3e1344376947062e9 100644 (file)
@@ -32,7 +32,7 @@ jobs:
         run: |
           git clone https://github.com/rust-bitcoin/rust-lightning
           cd rust-lightning
-          git checkout 0.0.105-bindings
+          git checkout 0.0.106-bindings
       - name: Rebuild bindings without std, and check the sample app builds + links
         run: ./genbindings.sh ./rust-lightning false
       - name: Rebuild bindings, and check the sample app builds + links
@@ -83,7 +83,7 @@ jobs:
         run: |
           git clone https://github.com/rust-bitcoin/rust-lightning
           cd rust-lightning
-          git checkout 0.0.105-bindings
+          git checkout 0.0.106-bindings
       - name: Rebuild bindings using Apple clang, and check the sample app builds + links
         run: ./genbindings.sh ./rust-lightning true
       - name: Rebuild bindings using upstream clang, and check the sample app builds + links