Bump crate versions to 0.0.102 and lightning-invoice 0.10
[rust-lightning] / lightning-net-tokio / Cargo.toml
index ad13c8040f24204745eceae06fa2360fd4ab7f39..3d9a31f182b83d3ed9b0f6ed5d6223290acaf016 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lightning-net-tokio"
-version = "0.0.101"
+version = "0.0.102"
 authors = ["Matt Corallo"]
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/rust-bitcoin/rust-lightning/"
@@ -12,7 +12,7 @@ edition = "2018"
 
 [dependencies]
 bitcoin = "0.27"
-lightning = { version = "0.0.101", path = "../lightning" }
+lightning = { version = "0.0.102", path = "../lightning" }
 tokio = { version = "1.0", features = [ "io-util", "macros", "rt", "sync", "net", "time" ] }
 
 [dev-dependencies]