Update CI+Cargo.toml bindings branch to 0.0.115
[ldk-c-bindings] / .github / workflows / build.yml
index 85593edca9722776d10bfcf4c90022de8a01f1f4..25159d095de2eea4aad7ab22bb6005f551fbb8bd 100644 (file)
@@ -37,7 +37,7 @@ jobs:
         run: |
           git clone https://github.com/rust-bitcoin/rust-lightning
           cd rust-lightning
-          git checkout 0.0.114-bindings
+          git checkout 0.0.115-bindings
       - name: Fix Github Actions to not be broken
         run: git config --global --add safe.directory /__w/ldk-c-bindings/ldk-c-bindings
       - name: Rebuild bindings without std, and check the sample app builds + links
@@ -90,7 +90,7 @@ jobs:
         run: |
           git clone https://github.com/rust-bitcoin/rust-lightning
           cd rust-lightning
-          git checkout 0.0.114-bindings
+          git checkout 0.0.115-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