X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-net-tokio%2FCargo.toml;h=d2ac6e5474543db1392926dc8dfebf07715b0d86;hb=e57fbba75419c28d940fc50607c25caeff704beb;hp=0e5b285993b47966f2b0e69817549fc51672a4a1;hpb=d7e3320c030654ca3ff2b6ffd83ae65dfbe5e3c8;p=rust-lightning diff --git a/lightning-net-tokio/Cargo.toml b/lightning-net-tokio/Cargo.toml index 0e5b2859..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", "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"] }