Skip to content

Commit 773c2d1

Browse files
authored
Merge pull request #759 from TheBlueMatt/2020-11-0.0.12
Bump version to 0.0.12
2 parents 84716ff + 4aa8e9c commit 773c2d1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

lightning-c-bindings/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ crate-type = ["staticlib"
1616

1717
[dependencies]
1818
bitcoin = "0.24"
19-
lightning = { version = "0.0.11", path = "../lightning" }
19+
lightning = { version = "0.0.12", path = "../lightning" }
2020

2121
# We eventually want to join the root workspace, but for now, the bindings generation is
2222
# a bit brittle and we don't want to hold up other developers from making changes just

lightning-net-tokio/Cargo.toml

+1-1
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

1212
[dependencies]
1313
bitcoin = "0.24"
14-
lightning = { version = "0.0.11", path = "../lightning" }
14+
lightning = { version = "0.0.12", path = "../lightning" }
1515
tokio = { version = ">=0.2.12", features = [ "io-util", "macros", "rt-core", "sync", "tcp", "time" ] }
1616

1717
[dev-dependencies]

lightning-persister/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ Utilities to manage channel data persistence and retrieval.
99

1010
[dependencies]
1111
bitcoin = "0.24"
12-
lightning = { version = "0.0.11", path = "../lightning" }
12+
lightning = { version = "0.0.12", path = "../lightning" }
1313
libc = "0.2"
1414

1515
[dev-dependencies.bitcoin]
1616
version = "0.24"
1717
features = ["bitcoinconsensus"]
1818

1919
[dev-dependencies]
20-
lightning = { version = "0.0.11", path = "../lightning", features = ["_test_utils"] }
20+
lightning = { version = "0.0.12", path = "../lightning", features = ["_test_utils"] }

lightning/Cargo.toml

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

0 commit comments

Comments
 (0)