Upgrade to 116 release.
authorArik Sosman <git@arik.io>
Wed, 2 Aug 2023 21:33:05 +0000 (14:33 -0700)
committerArik Sosman <git@arik.io>
Wed, 2 Aug 2023 21:33:05 +0000 (14:33 -0700)
Cargo.toml

index ec3f3a673b454c976d964127a3912f47c1190bc9..99aeed72ffc662cf01630edb870ae5fef79c530b 100644 (file)
@@ -5,9 +5,9 @@ edition = "2021"
 
 [dependencies]
 bitcoin = "0.29"
-lightning = { version = "0.0.116-alpha1" }
-lightning-block-sync = { version = "0.0.116-alpha1", features=["rest-client"] }
-lightning-net-tokio = { version = "0.0.116-alpha1" }
+lightning = { version = "0.0.116" }
+lightning-block-sync = { version = "0.0.116", features=["rest-client"] }
+lightning-net-tokio = { version = "0.0.116" }
 tokio = { version = "1.25", features = ["full"] }
 tokio-postgres = { version="=0.7.5" }
 futures = "0.3"