Bump version to 0.0.9 to get current master fixes uploaded.

This commit is contained in:
Matt Corallo 2019-06-01 07:04:18 -04:00
parent 5dea30faee
commit 7118effbf2
2 changed files with 2 additions and 2 deletions

View file

@ -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/"

View file

@ -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"