Bump version to 0.0.12
authorMatt Corallo <git@bluematt.me>
Tue, 24 Nov 2020 21:34:33 +0000 (16:34 -0500)
committerMatt Corallo <git@bluematt.me>
Tue, 24 Nov 2020 21:35:20 +0000 (16:35 -0500)
lightning-c-bindings/Cargo.toml
lightning-net-tokio/Cargo.toml
lightning-persister/Cargo.toml
lightning/Cargo.toml

index 4790211834c6417e34921a1f31c895188139d67c..6bde30475f93382ffe58d0f0df3eaf63a580d57f 100644 (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
index 1a4b28168d9b46e41e43ffbe66f57d264daeceed..e2f34db8ca93cfd1b4f51528ce74dcbcf5baa543 100644 (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]
index 44bc952a7d9bb060129cca7bc424610847e43aae..63b69a1e166667118ffd2933797963232554e22b 100644 (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"] }
index b5ec64d99b0aab3824ef407162aba5a5acee770d..c1f364394dd98a3bf194fec80fc29773e62d0ad1 100644 (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/"