X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-net-tokio%2FCargo.toml;h=6250628d24ae8786971ffba6b46e7d3b093a71ad;hb=4be56b93b043189f580bb62026b6d8b0da10fd4e;hp=9f22e61140b19d860a8718c98c4a7eae99a8015c;hpb=c180ddd57a28bb75a4ba77732a1417a5482b4575;p=rust-lightning diff --git a/lightning-net-tokio/Cargo.toml b/lightning-net-tokio/Cargo.toml index 9f22e611..6250628d 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.108" +version = "0.0.114" 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.28.1" -lightning = { version = "0.0.108", path = "../lightning" } +bitcoin = "0.29.0" +lightning = { version = "0.0.114", 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.114", path = "../lightning", features = ["_test_utils"] }