mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 06:57:53 +01:00
Bump version to 0.0.12
This commit is contained in:
parent
fc7df54f8d
commit
4aa8e9cda7
4 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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"] }
|
||||
|
|
|
@ -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/"
|
||||
|
|
Loading…
Add table
Reference in a new issue