Bump version to 0.0.9 to get current master fixes uploaded. 2019-06-net-tokio-ver-bump
authorMatt Corallo <git@bluematt.me>
Sat, 1 Jun 2019 11:04:18 +0000 (07:04 -0400)
committerMatt Corallo <git@bluematt.me>
Sat, 1 Jun 2019 11:48:33 +0000 (07:48 -0400)
Cargo.toml
net-tokio/Cargo.toml

index 5a6e0cceb58dc78fa4802af7343011fbf4e19661..63251c618cdb69352283a847bf68b2acaaee3ca3 100644 (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/"
index a6fc047ad2180982b6633fa61501c0bc3e695db4..4bb4b1560db962672cd48717d93621dd71831d9c 100644 (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"