From: Arik Sosman Date: Wed, 2 Aug 2023 21:33:05 +0000 (-0700) Subject: Upgrade to 116 release. X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=rapid-gossip-sync-server;a=commitdiff_plain;h=db63107f5807066ed9eeb7e4212dd0bfbae5ad8a Upgrade to 116 release. --- 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"