From: Matt Corallo Date: Wed, 11 Dec 2019 20:41:39 +0000 (-0500) Subject: Bump versions to 0.0.10 X-Git-Tag: v0.0.12~166^2~3 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=8defcf1107a7f564ebce0048dd98ae72f2026db6;p=rust-lightning Bump versions to 0.0.10 --- diff --git a/README.md b/README.md index 460571f0..fd264c8c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Rust-Lightning, not Rusty's Lightning! Documentation can be found at [docs.rs](https://docs.rs/lightning/) -Currently somewhere near 40% towards usable, published to see if there is any +Currently somewhere near 50% towards usable, published to see if there is any real interest from folks in using a lightning rust library. The goal is to provide a full-featured but also incredibly flexible lightning diff --git a/lightning-net-tokio/Cargo.toml b/lightning-net-tokio/Cargo.toml index 3502410a..1bd9805a 100644 --- a/lightning-net-tokio/Cargo.toml +++ b/lightning-net-tokio/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightning-net-tokio" -version = "0.0.1" +version = "0.0.2" authors = ["Matt Corallo"] license = "Apache-2.0" description = """ @@ -11,7 +11,7 @@ For Rust-Lightning clients which wish to make direct connections to Lightning P2 [dependencies] bitcoin = "0.21" bitcoin_hashes = "0.7" -lightning = { version = "0.0.9", path = "../lightning" } +lightning = { version = "0.0.10", path = "../lightning" } secp256k1 = "0.15" tokio-codec = "0.1" futures = "0.1" diff --git a/lightning/Cargo.toml b/lightning/Cargo.toml index 37b58862..341084fc 100644 --- a/lightning/Cargo.toml +++ b/lightning/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightning" -version = "0.0.9" +version = "0.0.10" authors = ["Matt Corallo"] license = "Apache-2.0" repository = "https://github.com/rust-bitcoin/rust-lightning/"