Skip to content

Commit 710bfb8

Browse files
committed
update ldk ln crate version to v0.1.4.
1 parent 2ea8a35 commit 710bfb8

File tree

4 files changed

+113
-64
lines changed

4 files changed

+113
-64
lines changed

Cargo.lock

Lines changed: 98 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ opt-level = "z"
1515
opt-level = "z"
1616

1717
[patch.crates-io]
18-
lightning-background-processor = { git = "https://github.com/utxostack/rust-lightning.git", tag = "wasm-v0.0.125" }
19-
lightning = { git = "https://github.com/utxostack/rust-lightning.git", tag = "wasm-v0.0.125" }
20-
lightning-types = { git = "https://github.com/utxostack/rust-lightning.git", tag = "wasm-v0.0.125" }
21-
lightning-invoice = { git = "https://github.com/utxostack/rust-lightning.git", tag = "wasm-v0.0.125" }
22-
lightning-rapid-gossip-sync = { git = "https://github.com/utxostack/rust-lightning.git", tag = "wasm-v0.0.125" }
23-
lightning-transaction-sync = { git = "https://github.com/utxostack/rust-lightning.git", tag = "wasm-v0.0.125" }
18+
lightning-background-processor = { git = "https://github.com/utxostack/rust-lightning.git", tag = "wasm-v0.1.4" }
19+
lightning = { git = "https://github.com/utxostack/rust-lightning.git", tag = "wasm-v0.1.4" }
20+
lightning-types = { git = "https://github.com/utxostack/rust-lightning.git", tag = "wasm-v0.1.4" }
21+
lightning-invoice = { git = "https://github.com/utxostack/rust-lightning.git", tag = "wasm-v0.1.4" }
22+
lightning-rapid-gossip-sync = { git = "https://github.com/utxostack/rust-lightning.git", tag = "wasm-v0.1.4" }
23+
lightning-transaction-sync = { git = "https://github.com/utxostack/rust-lightning.git", tag = "wasm-v0.1.4" }

0 commit comments

Comments
 (0)