mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-15 15:39:09 +01:00
Bump version to 0.0.9 to get current master fixes uploaded.
This commit is contained in:
parent
5dea30faee
commit
7118effbf2
2 changed files with 2 additions and 2 deletions
|
@ -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/"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue