Upgrade to LDK 117.
authorArik Sosman <git@arik.io>
Tue, 15 Aug 2023 21:38:46 +0000 (14:38 -0700)
committerArik Sosman <git@arik.io>
Thu, 5 Oct 2023 01:07:19 +0000 (15:07 -1000)
Cargo.toml

index 99aeed72ffc662cf01630edb870ae5fef79c530b..c352d0b4dc75ef67345cd526de71267e61031f9c 100644 (file)
@@ -5,13 +5,16 @@ edition = "2021"
 
 [dependencies]
 bitcoin = "0.29"
-lightning = { version = "0.0.116" }
-lightning-block-sync = { version = "0.0.116", features=["rest-client"] }
-lightning-net-tokio = { version = "0.0.116" }
+lightning = { version = "0.0.117" }
+lightning-block-sync = { version = "0.0.117", features=["rest-client"] }
+lightning-net-tokio = { version = "0.0.117" }
 tokio = { version = "1.25", features = ["full"] }
-tokio-postgres = { version="=0.7.5" }
+tokio-postgres = { version = "=0.7.5" }
 futures = "0.3"
 
+[dev-dependencies]
+lightning-rapid-gossip-sync = { version = "0.0.117" }
+
 [profile.dev]
 panic = "abort"