X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-net-tokio%2FCargo.toml;h=a0fdcf8399d8865134c00ced502d0bc476fe3575;hb=2ace882d3929c84ba51d1909f7db4d7e3f2daaed;hp=2b495a117b50b9f9cce50252ebdc00fa47aef69f;hpb=5208f0c72a8dca9fef49c9fd478be977f10b2bbe;p=rust-lightning diff --git a/lightning-net-tokio/Cargo.toml b/lightning-net-tokio/Cargo.toml index 2b495a11..a0fdcf83 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.104" +version = "0.0.115" authors = ["Matt Corallo"] license = "MIT OR Apache-2.0" repository = "https://github.com/lightningdevkit/rust-lightning/" @@ -15,9 +15,10 @@ all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies] -bitcoin = "0.27" -lightning = { version = "0.0.104", path = "../lightning" } +bitcoin = "0.29.0" +lightning = { version = "0.0.115", path = "../lightning" } tokio = { version = "1.0", features = [ "io-util", "macros", "rt", "sync", "net", "time" ] } [dev-dependencies] -tokio = { version = "~1.14", features = [ "io-util", "macros", "rt", "rt-multi-thread", "sync", "net", "time" ] } +tokio = { version = "1.14", features = [ "io-util", "macros", "rt", "rt-multi-thread", "sync", "net", "time" ] } +lightning = { version = "0.0.115", path = "../lightning", features = ["_test_utils"] }