Skip to content

Commit 61fca89

Browse files
committed
switched to tagged ldk-c-bindings commits in action.yml and readme
1 parent 3b02cc5 commit 61fca89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
echo `pwd`
2424
mkdir -p ${{ inputs.destination }}/bin
2525
git clone --branch 2022-09-111-java-bindings https://github.com/TheBlueMatt/rust-lightning ${{ inputs.destination }}/rust-lightning
26-
git clone --branch main https://github.com/TheBlueMatt/ldk-c-bindings ${{ inputs.destination }}/ldk-c-bindings
26+
git clone --branch v0.0.111.0 https://github.com/lightningdevkit/ldk-c-bindings ${{ inputs.destination }}/ldk-c-bindings
2727
- name: Install Rust, required targets
2828
if: ${{ inputs.configureRustNightly == 'true' }}
2929
shell: bash

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ git clone --branch 2022-09-111-java-bindings https://github.com/TheBlueMatt/rust
4242
**[ldk-c-bindings](https://github.com/lightningdevkit/ldk-c-bindings)**:
4343

4444
```shell
45-
git clone --branch v0.0.110.1 https://github.com/lightningdevkit/ldk-c-bindings /path/to/ldk-c-bindings
45+
git clone --branch v0.0.111.0 https://github.com/lightningdevkit/ldk-c-bindings /path/to/ldk-c-bindings
4646
```
4747

4848
Take note of where you clone these directories, it's best you save the absolute path somewhere handy for the rest of the remaining steps.

0 commit comments

Comments
 (0)