Skip to content

Commit a615a39

Browse files
committed
Use LDK version with public excess_data.
1 parent 366c9de commit a615a39

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Cargo.toml

+7-4
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ edition = "2021"
55

66
[dependencies]
77
bitcoin = "0.29"
8-
lightning = { version = "0.0.116" }
9-
lightning-block-sync = { version = "0.0.116", features=["rest-client"] }
10-
lightning-net-tokio = { version = "0.0.116" }
8+
lightning = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "e13ff10c63b01d3a9f1618320ce5f17dad2e5b48" }
9+
lightning-block-sync = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "e13ff10c63b01d3a9f1618320ce5f17dad2e5b48", features = ["rest-client"] }
10+
lightning-net-tokio = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "e13ff10c63b01d3a9f1618320ce5f17dad2e5b48" }
1111
tokio = { version = "1.25", features = ["full"] }
12-
tokio-postgres = { version="=0.7.5" }
12+
tokio-postgres = { version = "=0.7.5" }
1313
futures = "0.3"
1414

15+
[dev-dependencies]
16+
lightning-rapid-gossip-sync = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "e13ff10c63b01d3a9f1618320ce5f17dad2e5b48" }
17+
1518
[profile.dev]
1619
panic = "abort"
1720

0 commit comments

Comments
 (0)