Skip to content

Commit e9a5f88

Browse files
authored
Merge pull request #104 from EthanYuan/update-ldk-v0.0.125
bump LDK to v0.0.125
2 parents 396e569 + 31bc3df commit e9a5f88

File tree

4 files changed

+30
-30
lines changed

4 files changed

+30
-30
lines changed

Cargo.lock

Lines changed: 16 additions & 16 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", branch = "fix-channel-manager-wasm32" }
19-
lightning = { git = "https://github.com/utxostack/rust-lightning.git", branch = "fix-channel-manager-wasm32" }
20-
lightning-types = { git = "https://github.com/utxostack/rust-lightning.git", branch = "fix-channel-manager-wasm32" }
21-
lightning-invoice = { git = "https://github.com/utxostack/rust-lightning.git", branch = "fix-channel-manager-wasm32" }
22-
lightning-rapid-gossip-sync = { git = "https://github.com/utxostack/rust-lightning.git", branch = "fix-channel-manager-wasm32" }
23-
lightning-transaction-sync = { git = "https://github.com/utxostack/rust-lightning.git", branch = "fix-channel-manager-wasm32" }
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" }

mutiny-core/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@ uuid = { version = "1.1.2", features = ["v4"] }
3838
esplora-client = { version = "0.9", default-features = false, features = [
3939
"async",
4040
] }
41-
lightning = { version = "0.0.124", default-features = false, features = [
41+
lightning = { version = "0.0.125", default-features = false, features = [
4242
"max_level_trace",
4343
"grind_signatures",
4444
"std",
4545
] }
4646
lightning-invoice = { version = "0.32.0", features = ["serde"] }
47-
lightning-rapid-gossip-sync = { version = "0.0.124" }
48-
lightning-background-processor = { version = "0.0.124", features = ["futures"] }
49-
lightning-transaction-sync = { version = "0.0.124", default-features = false, features = [
47+
lightning-rapid-gossip-sync = { version = "0.0.125" }
48+
lightning-background-processor = { version = "0.0.125", features = ["futures"] }
49+
lightning-transaction-sync = { version = "0.0.125", default-features = false, features = [
5050
"esplora-async-https",
5151
] }
52-
lightning-liquidity = "0.1.0-alpha.5"
52+
lightning-liquidity = "=0.1.0-alpha.6"
5353
chrono = "0.4.22"
5454
futures-util = { version = "0.3", default-features = false }
5555
reqwest = { version = "0.11", default-features = false, features = [
@@ -98,7 +98,7 @@ js-sys = "0.3.65"
9898
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
9999
tokio = { version = "1", features = ["rt", "macros"] }
100100
tokio-tungstenite = { version = "0.19.0", features = ["native-tls"] }
101-
lightning-net-tokio = "0.0.124"
101+
lightning-net-tokio = "0.0.125"
102102

103103
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
104104
tokio = { version = "1", features = ["full"] }

mutiny-wasm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cargo-features = ["per-package-target"]
22

33
[package]
44
name = "mutiny-wasm"
5-
version = "1.14.6"
5+
version = "1.15.0"
66
edition = "2021"
77
authors = ["utxostack"]
88
forced-target = "wasm32-unknown-unknown"
@@ -32,7 +32,7 @@ bitcoin = { version = "0.32.2", default-features = false, features = [
3232
"secp-recovery",
3333
"rand",
3434
] }
35-
lightning = { version = "0.0.124", default-features = false, features = [
35+
lightning = { version = "0.0.125", default-features = false, features = [
3636
"std",
3737
] }
3838
lightning-invoice = { version = "0.32.0" }

0 commit comments

Comments
 (0)