From 7118effbf2149ebf8fbafd257e80a6949bbd5a49 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Sat, 1 Jun 2019 07:04:18 -0400 Subject: [PATCH] Bump version to 0.0.9 to get current master fixes uploaded. --- Cargo.toml | 2 +- net-tokio/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 2.30.2