Update auto-generated bindings to include ln-transaction-sync
[ldk-c-bindings] / .github / workflows / build.yml
index 834954e137b148a8391d56cbf364d07af296bb82..1f474f537ff43ba97b158b14df77be28f8381ca0 100644 (file)
@@ -34,7 +34,7 @@ jobs:
         run: |
           # Note that the version tags aren't checked into git
           touch src/version.rs
-          RUSTFLAGS="--cfg=c_bindings" cargo check --features std
+          RUSTFLAGS="--cfg=c_bindings" cargo check
       - name: Install cbindgen
         run: |
           git clone https://github.com/eqrion/cbindgen
@@ -94,7 +94,7 @@ jobs:
         run: |
           # Note that the version tags aren't checked into git
           touch src/version.rs
-          RUSTFLAGS="--cfg=c_bindings" cargo check --features std
+          RUSTFLAGS="--cfg=c_bindings" cargo check
       - name: Install cbindgen
         run: |
           git clone https://github.com/eqrion/cbindgen