Bump versions to 0.0.13 across the board
[rust-lightning] / lightning-net-tokio / Cargo.toml
index 9165388066da3082f6e427bb6664c3dcb08bd2ff..2a6f3daee2fc931d5fe65c5dc257bfc72ac941cc 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lightning-net-tokio"
-version = "0.0.5"
+version = "0.0.13"
 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.24"
-lightning = { version = "0.0.12", path = "../lightning" }
+bitcoin = "0.26"
+lightning = { version = "0.0.13", path = "../lightning" }
 tokio = { version = "1.0", features = [ "io-util", "macros", "rt", "sync", "net", "time" ] }
 
 [dev-dependencies]