Skip to content

Commit 7118eff

Browse files
committed
Bump version to 0.0.9 to get current master fixes uploaded.
1 parent 5dea30f commit 7118eff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lightning"
3-
version = "0.0.8"
3+
version = "0.0.9"
44
authors = ["Matt Corallo"]
55
license = "Apache-2.0"
66
repository = "https://github.com/rust-bitcoin/rust-lightning/"

net-tokio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ For Rust-Lightning clients which wish to make direct connections to Lightning P2
1111
[dependencies]
1212
bitcoin = "0.18"
1313
bitcoin_hashes = "0.3"
14-
lightning = { version = "0.0.8", path = "../" }
14+
lightning = { version = "0.0.9", path = "../" }
1515
secp256k1 = "0.12"
1616
tokio-codec = "0.1"
1717
futures = "0.1"

0 commit comments

Comments
 (0)