Skip to content

Commit b9db185

Browse files
committed
Switch to the 0.0.100 branch on ldk-c-bindings
1 parent 71dc550 commit b9db185

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cd ..
3636
git clone https://github.com/lightningdevkit/ldk-c-bindings
3737
cd ldk-c-bindings
38-
git checkout 0.0.99
38+
git checkout 0.0.100
3939
- name: Rebuild C bindings without STD for WASM
4040
run: |
4141
cd ldk-c-bindings
@@ -163,7 +163,7 @@ jobs:
163163
cd ..
164164
git clone https://github.com/lightningdevkit/ldk-c-bindings
165165
cd ldk-c-bindings
166-
git checkout 0.0.99
166+
git checkout 0.0.100
167167
- name: Detect current git version
168168
run: |
169169
# We assume the top commit is just a bindings update commit, so we
@@ -243,7 +243,7 @@ jobs:
243243
cd ..
244244
git clone https://github.com/lightningdevkit/ldk-c-bindings
245245
cd ldk-c-bindings
246-
git checkout 0.0.99
246+
git checkout 0.0.100
247247
- name: Rebuild C bindings with upstream clang, and check the sample app builds + links
248248
run: |
249249
cd ldk-c-bindings

0 commit comments

Comments
 (0)