Skip to content

Commit 34f217c

Browse files
committed
WIP: Upgrade LDK dependency
1 parent db1b7dc commit 34f217c

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

Cargo.toml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ panic = 'abort' # Abort on panic
3232
default = []
3333

3434
[dependencies]
35-
lightning = { version = "0.0.116", features = ["max_level_trace", "std"] }
36-
lightning-invoice = { version = "0.24.0" }
37-
lightning-net-tokio = { version = "0.0.116" }
38-
lightning-persister = { version = "0.0.116" }
39-
lightning-background-processor = { version = "0.0.116", features = ["futures"] }
40-
lightning-rapid-gossip-sync = { version = "0.0.116" }
41-
lightning-transaction-sync = { version = "0.0.116", features = ["esplora-async-https"] }
35+
lightning = { version = "0.0.117-alpha1", features = ["max_level_trace", "std"] }
36+
lightning-invoice = { version = "0.25.0-alpha1" }
37+
lightning-net-tokio = { version = "0.0.117-alpha1" }
38+
lightning-persister = { version = "0.0.117-alpha1" }
39+
lightning-background-processor = { version = "0.0.117-alpha1", features = ["futures"] }
40+
lightning-rapid-gossip-sync = { version = "0.0.117-alpha1" }
41+
lightning-transaction-sync = { version = "0.0.117-alpha1", features = ["esplora-async-https"] }
4242

4343
#lightning = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main", features = ["max_level_trace", "std"] }
4444
#lightning-invoice = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main" }
@@ -57,6 +57,7 @@ lightning-transaction-sync = { version = "0.0.116", features = ["esplora-async-h
5757
#lightning-transaction-sync = { path = "../rust-lightning/lightning-transaction-sync", features = ["esplora-async"] }
5858

5959
bdk = { version = "0.28.0", default-features = false, features = ["std", "async-interface", "use-esplora-async", "sqlite-bundled", "keys-bip39"]}
60+
6061
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] }
6162
rusqlite = { version = "0.28.0", features = ["bundled"] }
6263
bitcoin = "0.29.2"
@@ -74,6 +75,7 @@ uniffi = { version = "0.23.0", features = ["build"], optional = true }
7475
winapi = { version = "0.3", features = ["winbase"] }
7576

7677
[dev-dependencies]
78+
lightning = { version = "0.0.117-alpha1", features = ["max_level_trace", "std", "_test_utils"] }
7779
electrsd = { version = "0.22.0", features = ["legacy", "esplora_a33e97e1", "bitcoind_23_0"] }
7880
electrum-client = "0.12.0"
7981
proptest = "1.0.0"

0 commit comments

Comments
 (0)