Merge pull request #759 from TheBlueMatt/2020-11-0.0.12

Bump version to 0.0.12
This commit is contained in:
Matt Corallo 2020-11-24 14:14:16 -08:00 committed by GitHub
commit 773c2d1dc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@ crate-type = ["staticlib"
[dependencies]
bitcoin = "0.24"
lightning = { version = "0.0.11", path = "../lightning" }
lightning = { version = "0.0.12", path = "../lightning" }
# We eventually want to join the root workspace, but for now, the bindings generation is
# a bit brittle and we don't want to hold up other developers from making changes just

View file

@ -11,7 +11,7 @@ For Rust-Lightning clients which wish to make direct connections to Lightning P2
[dependencies]
bitcoin = "0.24"
lightning = { version = "0.0.11", path = "../lightning" }
lightning = { version = "0.0.12", path = "../lightning" }
tokio = { version = ">=0.2.12", features = [ "io-util", "macros", "rt-core", "sync", "tcp", "time" ] }
[dev-dependencies]

View file

@ -9,7 +9,7 @@ Utilities to manage channel data persistence and retrieval.
[dependencies]
bitcoin = "0.24"
lightning = { version = "0.0.11", path = "../lightning" }
lightning = { version = "0.0.12", path = "../lightning" }
libc = "0.2"
[dev-dependencies.bitcoin]
@ -17,4 +17,4 @@ version = "0.24"
features = ["bitcoinconsensus"]
[dev-dependencies]
lightning = { version = "0.0.11", path = "../lightning", features = ["_test_utils"] }
lightning = { version = "0.0.12", path = "../lightning", features = ["_test_utils"] }

View file

@ -1,6 +1,6 @@
[package]
name = "lightning"
version = "0.0.11"
version = "0.0.12"
authors = ["Matt Corallo"]
license = "Apache-2.0"
repository = "https://github.com/rust-bitcoin/rust-lightning/"