From: Matt Corallo Date: Sat, 1 Jun 2019 11:04:18 +0000 (-0400) Subject: Bump version to 0.0.9 to get current master fixes uploaded. X-Git-Tag: v0.0.12~211^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=rust-lightning;a=commitdiff_plain;h=7118effbf2149ebf8fbafd257e80a6949bbd5a49 Bump version to 0.0.9 to get current master fixes uploaded. --- diff --git a/Cargo.toml b/Cargo.toml index 5a6e0cce..63251c61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightning" -version = "0.0.8" +version = "0.0.9" authors = ["Matt Corallo"] license = "Apache-2.0" repository = "https://github.com/rust-bitcoin/rust-lightning/" diff --git a/net-tokio/Cargo.toml b/net-tokio/Cargo.toml index a6fc047a..4bb4b156 100644 --- a/net-tokio/Cargo.toml +++ b/net-tokio/Cargo.toml @@ -11,7 +11,7 @@ For Rust-Lightning clients which wish to make direct connections to Lightning P2 [dependencies] bitcoin = "0.18" bitcoin_hashes = "0.3" -lightning = { version = "0.0.8", path = "../" } +lightning = { version = "0.0.9", path = "../" } secp256k1 = "0.12" tokio-codec = "0.1" futures = "0.1"