Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 057305d

Browse files
committed
WIP Upgrade to LDK 0.0.122
1 parent f19fcd7 commit 057305d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ std = ["lightning/std", "bitcoin/std", "lightning-invoice/std"]
1919
no-std = ["hashbrown", "lightning/no-std", "lightning-invoice/no-std", "bitcoin/no-std", "core2/alloc"]
2020

2121
[dependencies]
22-
lightning = { version = "0.0.121", default-features = false, features = ["max_level_trace"] }
23-
lightning-invoice = { version = "0.29.0", default-features = false, features = ["serde"] }
22+
#lightning = { version = "0.0.121", default-features = false, features = ["max_level_trace"] }
23+
#lightning-invoice = { version = "0.29.0", default-features = false, features = ["serde"] }
24+
lightning = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "7ab438ddcc4eeccf84a4c80d982f0a3c025f2992", default-features = false, features = ["max_level_trace"] }
25+
lightning-invoice = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "7ab438ddcc4eeccf84a4c80d982f0a3c025f2992", default-features = false, features = ["serde"] }
2426
bitcoin = { version = "0.30.2", default-features = false, features = ["serde"] }
2527
hashbrown = { version = "0.8", optional = true }
2628
core2 = { version = "0.3.0", optional = true, default-features = false }

0 commit comments

Comments
 (0)