Update CI and Cargo.toml branch names to LDK 0.0.121
[ldk-c-bindings] / .github / workflows / build.yml
index 4eccfd06bf8cfc33f2f6e154be9ffe6245b06e0c..1c90f63ae1aa5e651451a4bfb3856dd2955cd466 100644 (file)
@@ -46,7 +46,7 @@ jobs:
         run: |
           git clone https://github.com/rust-bitcoin/rust-lightning
           cd rust-lightning
-          git checkout 0.0.118-bindings
+          git checkout 0.0.121-bindings
       - name: Pin memchr
         if: "matrix.distro == 'debian:bullseye'"
         run: |
@@ -114,7 +114,7 @@ jobs:
         run: |
           git clone https://github.com/rust-bitcoin/rust-lightning
           cd rust-lightning
-          git checkout 0.0.118-bindings
+          git checkout 0.0.121-bindings
       - name: Fix Github Actions to not be broken
         run: git config --global --add safe.directory /__w/ldk-c-bindings/ldk-c-bindings
       - name: Fetch MacOS SDK
@@ -161,7 +161,7 @@ jobs:
         run: |
           git clone https://github.com/rust-bitcoin/rust-lightning
           cd rust-lightning
-          git checkout 0.0.118-bindings
+          git checkout 0.0.121-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