`#[derive(Clone)]` for `InFlightHtlcs`
[rust-lightning] / lightning-net-tokio / Cargo.toml
index 370e3cc4261d0eaa3fc11ccc34a4d25e4d683e01..07f9f313307c0cd493ab2e2e54b00489aba283c5 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lightning-net-tokio"
-version = "0.0.104"
+version = "0.0.113"
 authors = ["Matt Corallo"]
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/lightningdevkit/rust-lightning/"
@@ -10,9 +10,13 @@ For Rust-Lightning clients which wish to make direct connections to Lightning P2
 """
 edition = "2018"
 
+[package.metadata.docs.rs]
+all-features = true
+rustdoc-args = ["--cfg", "docsrs"]
+
 [dependencies]
-bitcoin = "0.27"
-lightning = { version = "0.0.104", path = "../lightning" }
+bitcoin = "0.29.0"
+lightning = { version = "0.0.113", path = "../lightning" }
 tokio = { version = "1.0", features = [ "io-util", "macros", "rt", "sync", "net", "time" ] }
 
 [dev-dependencies]