File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4646 run : |
4747 git clone https://github.com/rust-bitcoin/rust-lightning
4848 cd rust-lightning
49- git checkout 0.0.125 -bindings
49+ git checkout 0.1 -bindings
5050 - name : Fix Github Actions to not be broken
5151 run : git config --global --add safe.directory /__w/ldk-c-bindings/ldk-c-bindings
5252 - name : Pin proc-macro and quote to meet MSRV
@@ -106,7 +106,7 @@ jobs:
106106 run : |
107107 git clone https://github.com/rust-bitcoin/rust-lightning
108108 cd rust-lightning
109- git checkout 0.0.125 -bindings
109+ git checkout 0.1 -bindings
110110 - name : Fix Github Actions to not be broken
111111 run : git config --global --add safe.directory /__w/ldk-c-bindings/ldk-c-bindings
112112 - name : Fetch MacOS SDK
@@ -153,7 +153,7 @@ jobs:
153153 run : |
154154 git clone https://github.com/rust-bitcoin/rust-lightning
155155 cd rust-lightning
156- git checkout 0.0.125 -bindings
156+ git checkout 0.1 -bindings
157157 - name : Rebuild bindings using Apple clang, and check the sample app builds + links
158158 run : ./genbindings.sh ./rust-lightning true
159159 - name : Rebuild bindings using upstream clang, and check the sample app builds + links
You can’t perform that action at this time.
0 commit comments