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 @@ -7,7 +7,7 @@ Automatic Swift bindings generation for [`rust-lightning`](https://github.com/li
77### Swift Package Manager
88To install using Swift Package Manager, add the following line to the depedencies array of your ` Package.swift ` :
99```
10- .package(url: "https://github.com/lightningdevkit/ldk-swift/", exact: "0.0.116 ")
10+ .package(url: "https://github.com/lightningdevkit/ldk-swift/", exact: "0.0.117 ")
1111```
1212Be sure to also include "LightningDevKit" into your packages target like so:
1313
@@ -58,13 +58,13 @@ In order to generate these bindings from scratch, you will need to clone two dep
5858** [ rust-lightning] ( https://github.com/lightningdevkit/rust-lightning ) ** , (a specific branch built for bindings compatibility):
5959
6060``` shell
61- git clone --branch 2023-07- 0.0.116-java- bindings https://github.com/TheBlueMatt /rust-lightning /path/to/rust-lightning
61+ git clone --branch 0.0.117- bindings https://github.com/lightningdevkit /rust-lightning /path/to/rust-lightning
6262```
6363
6464** [ ldk-c-bindings] ( https://github.com/lightningdevkit/ldk-c-bindings ) ** :
6565
6666``` shell
67- git clone --branch v0.0.116.0 https://github.com/lightningdevkit/ldk-c-bindings /path/to/ldk-c-bindings
67+ git clone --branch main https://github.com/lightningdevkit/ldk-c-bindings /path/to/ldk-c-bindings
6868```
6969
7070Take note of where you clone these directories, it's best you save the absolute path somewhere handy for the rest of the remaining steps.
You can’t perform that action at this time.
0 commit comments