Skip to content

Commit d6f6403

Browse files
committed
WIP Update to LDK 0.0.116
1 parent 77acd3b commit d6f6403

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

Cargo.toml

Lines changed: 15 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.115", features = ["max_level_trace", "std"] }
36-
lightning-invoice = { version = "0.23" }
37-
lightning-net-tokio = { version = "0.0.115" }
38-
lightning-persister = { version = "0.0.115" }
39-
lightning-background-processor = { version = "0.0.115", features = ["futures"] }
40-
lightning-rapid-gossip-sync = { version = "0.0.115" }
41-
lightning-transaction-sync = { version = "0.0.115", features = ["esplora-async-https"] }
35+
#lightning = { version = "0.0.116-alpha1", features = ["max_level_trace", "std"] }
36+
#lightning-invoice = { version = "0.24.0-alpha1" }
37+
#lightning-net-tokio = { version = "0.0.116-alpha1" }
38+
#lightning-persister = { version = "0.0.116-alpha1" }
39+
#lightning-background-processor = { version = "0.0.116-alpha1", features = ["futures"] }
40+
#lightning-rapid-gossip-sync = { version = "0.0.116-alpha1" }
41+
#lightning-transaction-sync = { version = "0.0.116-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" }
@@ -48,6 +48,14 @@ lightning-transaction-sync = { version = "0.0.115", features = ["esplora-async-h
4848
#lightning-rapid-gossip-sync = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main" }
4949
#lightning-transaction-sync = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main", features = ["esplora-async"] }
5050

51+
lightning = { git = "https://github.com/wpaulino/rust-lightning", branch="bump-transaction-event-handler-fixups", features = ["max_level_trace", "std"] }
52+
lightning-invoice = { git = "https://github.com/wpaulino/rust-lightning", branch="bump-transaction-event-handler-fixups" }
53+
lightning-net-tokio = { git = "https://github.com/wpaulino/rust-lightning", branch="bump-transaction-event-handler-fixups" }
54+
lightning-persister = { git = "https://github.com/wpaulino/rust-lightning", branch="bump-transaction-event-handler-fixups" }
55+
lightning-background-processor = { git = "https://github.com/wpaulino/rust-lightning", branch="bump-transaction-event-handler-fixups", features = ["futures"] }
56+
lightning-rapid-gossip-sync = { git = "https://github.com/wpaulino/rust-lightning", branch="bump-transaction-event-handler-fixups" }
57+
lightning-transaction-sync = { git = "https://github.com/wpaulino/rust-lightning", branch="bump-transaction-event-handler-fixups", features = ["esplora-async"] }
58+
5159
#lightning = { path = "../rust-lightning/lightning", features = ["max_level_trace", "std"] }
5260
#lightning-invoice = { path = "../rust-lightning/lightning-invoice" }
5361
#lightning-net-tokio = { path = "../rust-lightning/lightning-net-tokio" }

0 commit comments

Comments
 (0)