Bump lightning-net-tokio crate version.
[rust-lightning] / lightning-net-tokio / Cargo.toml
index 70bc36a18309f195819fe63b3de90833e233190f..50634bd32df2ce4be3263a232feea74cb7f1b36a 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lightning-net-tokio"
-version = "0.0.4"
+version = "0.0.5"
 authors = ["Matt Corallo"]
 license = "Apache-2.0"
 edition = "2018"
@@ -10,8 +10,8 @@ For Rust-Lightning clients which wish to make direct connections to Lightning P2
 """
 
 [dependencies]
-bitcoin = "0.21"
-lightning = { version = "0.0.11", path = "../lightning" }
+bitcoin = "0.24"
+lightning = { version = "0.0.12", path = "../lightning" }
 tokio = { version = ">=0.2.12", features = [ "io-util", "macros", "rt-core", "sync", "tcp", "time" ] }
 
 [dev-dependencies]