Skip to content

Commit e0a59b0

Browse files
committed
WIP Update to LDK 0.0.116
1 parent e104c21 commit e0a59b0

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
@@ -30,13 +30,13 @@ panic = 'abort' # Abort on panic
3030
strip = true # Strip symbols from binary*
3131

3232
[dependencies]
33-
lightning = { version = "0.0.115", features = ["max_level_trace", "std"] }
34-
lightning-invoice = { version = "0.23" }
35-
lightning-net-tokio = { version = "0.0.115" }
36-
lightning-persister = { version = "0.0.115" }
37-
lightning-background-processor = { version = "0.0.115", features = ["futures"] }
38-
lightning-rapid-gossip-sync = { version = "0.0.115" }
39-
lightning-transaction-sync = { version = "0.0.115", features = ["esplora-async-https"] }
33+
#lightning = { version = "0.0.115", features = ["max_level_trace", "std"] }
34+
#lightning-invoice = { version = "0.23" }
35+
#lightning-net-tokio = { version = "0.0.115" }
36+
#lightning-persister = { version = "0.0.115" }
37+
#lightning-background-processor = { version = "0.0.115", features = ["futures"] }
38+
#lightning-rapid-gossip-sync = { version = "0.0.115" }
39+
#lightning-transaction-sync = { version = "0.0.115", features = ["esplora-async-https"] }
4040

4141
#lightning = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main", features = ["max_level_trace", "std"] }
4242
#lightning-invoice = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main" }
@@ -46,6 +46,14 @@ lightning-transaction-sync = { version = "0.0.115", features = ["esplora-async-h
4646
#lightning-rapid-gossip-sync = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main" }
4747
#lightning-transaction-sync = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main", features = ["esplora-async"] }
4848

49+
lightning = { git = "https://github.com/lightningdevkit/rust-lightning", rev="6775b957bc0e738afff46eb819c69f45410f1843", features = ["max_level_trace", "std"] }
50+
lightning-invoice = { git = "https://github.com/lightningdevkit/rust-lightning", rev="6775b957bc0e738afff46eb819c69f45410f1843" }
51+
lightning-net-tokio = { git = "https://github.com/lightningdevkit/rust-lightning", rev="6775b957bc0e738afff46eb819c69f45410f1843" }
52+
lightning-persister = { git = "https://github.com/lightningdevkit/rust-lightning", rev="6775b957bc0e738afff46eb819c69f45410f1843" }
53+
lightning-background-processor = { git = "https://github.com/lightningdevkit/rust-lightning", rev="6775b957bc0e738afff46eb819c69f45410f1843", features = ["futures"] }
54+
lightning-rapid-gossip-sync = { git = "https://github.com/lightningdevkit/rust-lightning", rev="6775b957bc0e738afff46eb819c69f45410f1843" }
55+
lightning-transaction-sync = { git = "https://github.com/lightningdevkit/rust-lightning", rev="6775b957bc0e738afff46eb819c69f45410f1843", features = ["esplora-async"] }
56+
4957
#lightning = { path = "../rust-lightning/lightning", features = ["max_level_trace", "std"] }
5058
#lightning-invoice = { path = "../rust-lightning/lightning-invoice" }
5159
#lightning-net-tokio = { path = "../rust-lightning/lightning-net-tokio" }

0 commit comments

Comments
 (0)