Bump version to 0.0.12
[rust-lightning] / lightning-net-tokio / Cargo.toml
index bdcb911395d939e31229a24b9b9851feb939d82d..e2f34db8ca93cfd1b4f51528ce74dcbcf5baa543 100644 (file)
@@ -10,8 +10,8 @@ For Rust-Lightning clients which wish to make direct connections to Lightning P2
 """
 
 [dependencies]
-bitcoin = "0.23"
-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]