We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67574b3 commit c46e76cCopy full SHA for c46e76c
.github/actions/install-dependencies/action.yml
@@ -22,7 +22,7 @@ runs:
22
run: |
23
echo `pwd`
24
mkdir -p ${{ inputs.destination }}/bin
25
- git clone --branch 0.0.118-bindings https://github.com/lightningdevkit/rust-lightning ${{ inputs.destination }}/rust-lightning
+ git clone --branch 0.0.121-bindings https://github.com/lightningdevkit/rust-lightning ${{ inputs.destination }}/rust-lightning
26
git clone --branch main https://github.com/lightningdevkit/ldk-c-bindings ${{ inputs.destination }}/ldk-c-bindings
27
- name: Install Rust, required targets
28
if: ${{ inputs.configureRustNightly == 'true' }}
0 commit comments