Skip to content

Commit 8b18d90

Browse files
committed
Bump versions to 0.0.11/net-tokio 0.0.3
1 parent 03316cd commit 8b18d90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lightning-net-tokio/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lightning-net-tokio"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
authors = ["Matt Corallo"]
55
license = "Apache-2.0"
66
edition = "2018"
@@ -12,7 +12,7 @@ For Rust-Lightning clients which wish to make direct connections to Lightning P2
1212
[dependencies]
1313
bitcoin = "0.21"
1414
bitcoin_hashes = "0.7"
15-
lightning = { version = "0.0.10", path = "../lightning" }
15+
lightning = { version = "0.0.11", path = "../lightning" }
1616
secp256k1 = "0.15"
1717
tokio = { version = ">=0.2.12", features = [ "io-util", "macros", "rt-core", "sync", "tcp", "time" ] }
1818

lightning/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.10"
3+
version = "0.0.11"
44
authors = ["Matt Corallo"]
55
license = "Apache-2.0"
66
repository = "https://github.com/rust-bitcoin/rust-lightning/"

0 commit comments

Comments
 (0)