From db63107f5807066ed9eeb7e4212dd0bfbae5ad8a Mon Sep 17 00:00:00 2001 From: Arik Sosman Date: Wed, 2 Aug 2023 14:33:05 -0700 Subject: [PATCH] Upgrade to 116 release. --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ec3f3a6..99aeed7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- 2.30.2