Skip to content

Commit 1939f70

Browse files
committed
Update dependencies for 0.0.111
1 parent 66052e9 commit 1939f70

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/install-dependencies/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ runs:
2121
run: |
2222
echo `pwd`
2323
mkdir -p ${{ inputs.destination }}/bin
24-
git clone --branch 2022-07-110-java-bindings https://github.com/TheBlueMatt/rust-lightning ${{ inputs.destination }}/rust-lightning
25-
git clone --branch v0.0.110.1 https://github.com/lightningdevkit/ldk-c-bindings ${{ inputs.destination }}/ldk-c-bindings
24+
git clone --branch 2022-09-111-java-bindings https://github.com/TheBlueMatt/rust-lightning ${{ inputs.destination }}/rust-lightning
25+
git clone --branch main https://github.com/TheBlueMatt/ldk-c-bindings ${{ inputs.destination }}/ldk-c-bindings
2626
- name: Install Rust, required targets
2727
if: ${{ inputs.configureRustNightly == 'true' }}
2828
shell: bash

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ In order to generate these bindings from scratch, you will need to clone two dep
3636
**[rust-lightning](https://github.com/lightningdevkit/rust-lightning)**, (a specific branch built for bindings compatibility):
3737

3838
```shell
39-
git clone --branch 2022-07-110-java-bindings https://github.com/TheBlueMatt/rust-lightning /path/to/rust-lightning
39+
git clone --branch 2022-09-111-java-bindings https://github.com/TheBlueMatt/rust-lightning /path/to/rust-lightning
4040
```
4141

4242
**[ldk-c-bindings](https://github.com/lightningdevkit/ldk-c-bindings)**:

0 commit comments

Comments
 (0)