X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-net-tokio%2FCargo.toml;h=d2ac6e5474543db1392926dc8dfebf07715b0d86;hb=refs%2Fheads%2F2023-04-nonlinear-scoring;hp=202849bee49af822bdc47d7045e80734cfa59332;hpb=c5c5f3fea2012dc53a1974f7ad6c7825b1e42d37;p=rust-lightning diff --git a/lightning-net-tokio/Cargo.toml b/lightning-net-tokio/Cargo.toml index 202849be..d2ac6e54 100644 --- a/lightning-net-tokio/Cargo.toml +++ b/lightning-net-tokio/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightning-net-tokio" -version = "0.0.116-rc1" +version = "0.0.116" authors = ["Matt Corallo"] license = "MIT OR Apache-2.0" repository = "https://github.com/lightningdevkit/rust-lightning/" @@ -16,9 +16,9 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] bitcoin = "0.29.0" -lightning = { version = "0.0.116-rc1", path = "../lightning" } -tokio = { version = "1.0", features = [ "io-util", "macros", "rt", "sync", "net", "time" ] } +lightning = { version = "0.0.116", path = "../lightning" } +tokio = { version = "1.0", features = [ "rt", "sync", "net", "time" ] } [dev-dependencies] -tokio = { version = "1.14", features = [ "io-util", "macros", "rt", "rt-multi-thread", "sync", "net", "time" ] } -lightning = { version = "0.0.116-rc1", path = "../lightning", features = ["_test_utils"] } +tokio = { version = "1.14", features = [ "macros", "rt", "rt-multi-thread", "sync", "net", "time" ] } +lightning = { version = "0.0.116", path = "../lightning", features = ["_test_utils"] }