Skip to content

Commit 94d1705

Browse files
committed
cargo: point to LDK branch with interop and test to create route
1 parent 007c06b commit 94d1705

File tree

2 files changed

+23
-41
lines changed

2 files changed

+23
-41
lines changed

Cargo.lock

Lines changed: 16 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ edition = "2018"
88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
99

1010
[dependencies]
11-
lightning = { version = "0.0.116", features = ["max_level_trace"] }
12-
lightning-block-sync = { version = "0.0.116", features = [ "rpc-client" ] }
13-
lightning-invoice = { version = "0.24.0" }
14-
lightning-net-tokio = { version = "0.0.116" }
15-
lightning-persister = { version = "0.0.116" }
16-
lightning-background-processor = { version = "0.0.116", features = [ "futures" ] }
17-
lightning-rapid-gossip-sync = { version = "0.0.116" }
11+
lightning = { git = "https://github.com/carlaKC/rust-lightning.git", rev= "ac5c56c2", features = ["max_level_trace"] }
12+
lightning-block-sync = {git = "https://github.com/carlaKC/rust-lightning.git", rev= "ac5c56c2", features = [ "rpc-client" ] }
13+
lightning-invoice = {git = "https://github.com/carlaKC/rust-lightning.git", rev= "ac5c56c2"}
14+
lightning-net-tokio = { git = "https://github.com/carlaKC/rust-lightning.git", rev= "ac5c56c2" }
15+
lightning-persister = {git = "https://github.com/carlaKC/rust-lightning.git", rev= "ac5c56c2" }
16+
lightning-background-processor = { git = "https://github.com/carlaKC/rust-lightning.git", rev= "ac5c56c2", features = [ "futures" ] }
17+
lightning-rapid-gossip-sync = { git = "https://github.com/carlaKC/rust-lightning.git", rev= "ac5c56c2" }
1818

1919
base64 = "0.13.0"
2020
bitcoin = "0.29.0"

0 commit comments

Comments
 (0)