Skip to content

Commit 77bcbb4

Browse files
authored
Merge pull request #101 from tnull/2023-03-update-readme-for-0.0.114
Update rest of README for 0.0.114
2 parents 4a1c434 + 8599514 commit 77bcbb4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Automatic Swift bindings generation for [`rust-lightning`](https://github.com/li
77
### Swift Package Manager
88
To 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.113")
10+
.package(url: "https://github.com/lightningdevkit/ldk-swift/", exact: "0.0.114")
1111
```
1212
Be sure to also include "LightningDevKit" into your packages target like so:
1313

@@ -95,11 +95,11 @@ folder due to the previous `genbindings.sh` step. As Docker won't have access to
9595
replace those lines with the following:
9696

9797
```yaml
98-
lightning = { git = "https://github.com/thebluematt/rust-lightning", branch = "2022-12-0.0.113-java-bindings", default-features = false }
99-
lightning-persister = { git = "https://github.com/thebluematt/rust-lightning", branch = "2022-12-0.0.113-java-bindings", default-features = false }
100-
lightning-invoice = { git = "https://github.com/thebluematt/rust-lightning", branch = "2022-12-0.0.113-java-bindings", default-features = false }
101-
lightning-background-processor = { git = "https://github.com/thebluematt/rust-lightning", branch = "2022-12-0.0.113-java-bindings", default-features = false }
102-
lightning-rapid-gossip-sync = { git = "https://github.com/thebluematt/rust-lightning", branch = "2022-12-0.0.113-java-bindings", default-features = false }
98+
lightning = { git = "https://github.com/thebluematt/rust-lightning", branch = "2023-02-0.0.114-java-bindings", default-features = false }
99+
lightning-persister = { git = "https://github.com/thebluematt/rust-lightning", branch = "2023-02-0.0.114-java-bindings", default-features = false }
100+
lightning-invoice = { git = "https://github.com/thebluematt/rust-lightning", branch = "2023-02-0.0.114-java-bindings", default-features = false }
101+
lightning-background-processor = { git = "https://github.com/thebluematt/rust-lightning", branch = "2023-02-0.0.114-java-bindings", default-features = false }
102+
lightning-rapid-gossip-sync = { git = "https://github.com/thebluematt/rust-lightning", branch = "2023-02-0.0.114-java-bindings", default-features = false }
103103
```
104104

105105
You will note that the revision is unspecified and is currently just placeholder `xxx`s. To obtain the revision,

0 commit comments

Comments
 (0)