We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18defc6 commit a5eb76dCopy full SHA for a5eb76d
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "lightning"
3
-version = "0.0.8"
+version = "0.0.9"
4
authors = ["Matt Corallo"]
5
license = "Apache-2.0"
6
repository = "https://github.com/rust-bitcoin/rust-lightning/"
net-tokio/Cargo.toml
@@ -11,7 +11,7 @@ For Rust-Lightning clients which wish to make direct connections to Lightning P2
11
[dependencies]
12
bitcoin = "0.18"
13
bitcoin_hashes = "0.3"
14
-lightning = { version = "0.0.8", path = "../" }
+lightning = { version = "0.0.9", path = "../" }
15
secp256k1 = "0.12"
16
tokio-codec = "0.1"
17
futures = "0.1"
0 commit comments