From: Matt Corallo Date: Tue, 24 Nov 2020 21:34:33 +0000 (-0500) Subject: Bump version to 0.0.12 X-Git-Tag: v0.0.12^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=rust-lightning;a=commitdiff_plain;h=4aa8e9cda761fab2d4b2ac18d590de7a22dd9285 Bump version to 0.0.12 --- diff --git a/lightning-c-bindings/Cargo.toml b/lightning-c-bindings/Cargo.toml index 47902118..6bde3047 100644 --- a/lightning-c-bindings/Cargo.toml +++ b/lightning-c-bindings/Cargo.toml @@ -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 diff --git a/lightning-net-tokio/Cargo.toml b/lightning-net-tokio/Cargo.toml index 1a4b2816..e2f34db8 100644 --- a/lightning-net-tokio/Cargo.toml +++ b/lightning-net-tokio/Cargo.toml @@ -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] diff --git a/lightning-persister/Cargo.toml b/lightning-persister/Cargo.toml index 44bc952a..63b69a1e 100644 --- a/lightning-persister/Cargo.toml +++ b/lightning-persister/Cargo.toml @@ -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"] } diff --git a/lightning/Cargo.toml b/lightning/Cargo.toml index b5ec64d9..c1f36439 100644 --- a/lightning/Cargo.toml +++ b/lightning/Cargo.toml @@ -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/"