Check IO errors in test using `raw_os_error()` instead of `kind()`
[rust-lightning] / lightning-net-tokio / Cargo.toml
index 6f2493d1762dd1f0da5865ad42642b1f48c63d0d..928eab7aa40ff87304c15b8b61896598303e0aad 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lightning-net-tokio"
-version = "0.0.14"
+version = "0.0.99"
 authors = ["Matt Corallo"]
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/rust-bitcoin/rust-lightning/"
@@ -11,8 +11,8 @@ For Rust-Lightning clients which wish to make direct connections to Lightning P2
 edition = "2018"
 
 [dependencies]
-bitcoin = "0.26"
-lightning = { version = "0.0.14", path = "../lightning" }
+bitcoin = "0.27"
+lightning = { version = "0.0.99", path = "../lightning" }
 tokio = { version = "1.0", features = [ "io-util", "macros", "rt", "sync", "net", "time" ] }
 
 [dev-dependencies]