]> git.bitcoin.ninja Git - rust-lightning/commitdiff
Bump crate versions to 0.0.125
authorMatt Corallo <git@bluematt.me>
Mon, 14 Oct 2024 17:00:56 +0000 (17:00 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 14 Oct 2024 18:09:20 +0000 (18:09 +0000)
lightning-background-processor/Cargo.toml
lightning-block-sync/Cargo.toml
lightning-custom-message/Cargo.toml
lightning-net-tokio/Cargo.toml
lightning-persister/Cargo.toml
lightning-rapid-gossip-sync/Cargo.toml
lightning-transaction-sync/Cargo.toml
lightning/Cargo.toml

index ecea0370d4a146c1092c258a5d8d00764732c51f..39443447a50652b7be6fdbe26fbbbdb391ebe3e4 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lightning-background-processor"
-version = "0.0.124"
+version = "0.0.125"
 authors = ["Valentine Wallace <vwallace@protonmail.com>"]
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/lightningdevkit/rust-lightning"
@@ -22,14 +22,14 @@ default = ["std"]
 
 [dependencies]
 bitcoin = { version = "0.32.2", default-features = false }
-lightning = { version = "0.0.124", path = "../lightning", default-features = false }
-lightning-rapid-gossip-sync = { version = "0.0.124", path = "../lightning-rapid-gossip-sync", default-features = false }
+lightning = { version = "0.0.125", path = "../lightning", default-features = false }
+lightning-rapid-gossip-sync = { version = "0.0.125", path = "../lightning-rapid-gossip-sync", default-features = false }
 
 [dev-dependencies]
 tokio = { version = "1.35", features = [ "macros", "rt", "rt-multi-thread", "sync", "time" ] }
-lightning = { version = "0.0.124", path = "../lightning", features = ["_test_utils"] }
+lightning = { version = "0.0.125", path = "../lightning", features = ["_test_utils"] }
 lightning-invoice = { version = "0.32.0", path = "../lightning-invoice" }
-lightning-persister = { version = "0.0.124", path = "../lightning-persister" }
+lightning-persister = { version = "0.0.125", path = "../lightning-persister" }
 
 [lints]
 workspace = true
index 38ec56a51b7004c89e21cae349e17a88c7d26e0f..cefc970edf30853b74a3f767a7b253bfa0299322 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lightning-block-sync"
-version = "0.0.124"
+version = "0.0.125"
 authors = ["Jeffrey Czyz", "Matt Corallo"]
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/lightningdevkit/rust-lightning"
@@ -19,13 +19,13 @@ rpc-client = [ "serde_json", "chunked_transfer" ]
 
 [dependencies]
 bitcoin = "0.32.2"
-lightning = { version = "0.0.124", path = "../lightning" }
+lightning = { version = "0.0.125", path = "../lightning" }
 tokio = { version = "1.35", features = [ "io-util", "net", "time", "rt" ], optional = true }
 serde_json = { version = "1.0", optional = true }
 chunked_transfer = { version = "1.4", optional = true }
 
 [dev-dependencies]
-lightning = { version = "0.0.124", path = "../lightning", features = ["_test_utils"] }
+lightning = { version = "0.0.125", path = "../lightning", features = ["_test_utils"] }
 tokio = { version = "1.35", features = [ "macros", "rt" ] }
 
 [lints]
index d3eaf125520d06f6f41b278a4062ea61f5d16bbc..b6d14517e1f0e09d5fd2c75b8e57def93ec6a252 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lightning-custom-message"
-version = "0.0.124"
+version = "0.0.125"
 authors = ["Jeffrey Czyz"]
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/lightningdevkit/rust-lightning"
@@ -15,7 +15,7 @@ rustdoc-args = ["--cfg", "docsrs"]
 
 [dependencies]
 bitcoin = "0.32.2"
-lightning = { version = "0.0.124", path = "../lightning" }
+lightning = { version = "0.0.125", path = "../lightning" }
 
 [lints]
 workspace = true
index 9df6594b063e0b97f64bc8b159bd8812ec0f7d39..a9e7ca73521c7a9552fa3240762b811641b30ab6 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lightning-net-tokio"
-version = "0.0.124"
+version = "0.0.125"
 authors = ["Matt Corallo"]
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/lightningdevkit/rust-lightning/"
@@ -16,12 +16,12 @@ rustdoc-args = ["--cfg", "docsrs"]
 
 [dependencies]
 bitcoin = "0.32.2"
-lightning = { version = "0.0.124", path = "../lightning" }
+lightning = { version = "0.0.125", path = "../lightning" }
 tokio = { version = "1.35", features = [ "rt", "sync", "net", "time" ] }
 
 [dev-dependencies]
 tokio = { version = "1.35", features = [ "macros", "rt", "rt-multi-thread", "sync", "net", "time" ] }
-lightning = { version = "0.0.124", path = "../lightning", features = ["_test_utils"] }
+lightning = { version = "0.0.125", path = "../lightning", features = ["_test_utils"] }
 
 [lints]
 workspace = true
index 4007f14cfc19153d17e43e18bdbc235662b76ba2..cfcb05975c10a45cab7bd6c5ad5e3e15435ec2c5 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lightning-persister"
-version = "0.0.124"
+version = "0.0.125"
 authors = ["Valentine Wallace", "Matt Corallo"]
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/lightningdevkit/rust-lightning"
@@ -15,7 +15,7 @@ rustdoc-args = ["--cfg", "docsrs"]
 
 [dependencies]
 bitcoin = "0.32.2"
-lightning = { version = "0.0.124", path = "../lightning" }
+lightning = { version = "0.0.125", path = "../lightning" }
 
 [target.'cfg(windows)'.dependencies]
 windows-sys = { version = "0.48.0", default-features = false, features = ["Win32_Storage_FileSystem", "Win32_Foundation"] }
@@ -24,7 +24,7 @@ windows-sys = { version = "0.48.0", default-features = false, features = ["Win32
 criterion = { version = "0.4", optional = true, default-features = false }
 
 [dev-dependencies]
-lightning = { version = "0.0.124", path = "../lightning", features = ["_test_utils"] }
+lightning = { version = "0.0.125", path = "../lightning", features = ["_test_utils"] }
 bitcoin = { version = "0.32.2", default-features = false }
 
 [lints]
index 25db9de99192e5b4fd4e4e3c3a705eadb70b2a6f..cab32bb1898220de29f36da85da39a647db66f16 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lightning-rapid-gossip-sync"
-version = "0.0.124"
+version = "0.0.125"
 authors = ["Arik Sosman <git@arik.io>"]
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/lightningdevkit/rust-lightning"
@@ -18,14 +18,14 @@ default = ["std"]
 std = []
 
 [dependencies]
-lightning = { version = "0.0.124", path = "../lightning", default-features = false }
+lightning = { version = "0.0.125", path = "../lightning", default-features = false }
 bitcoin = { version = "0.32.2", default-features = false }
 
 [target.'cfg(ldk_bench)'.dependencies]
 criterion = { version = "0.4", optional = true, default-features = false }
 
 [dev-dependencies]
-lightning = { version = "0.0.124", path = "../lightning", features = ["_test_utils"] }
+lightning = { version = "0.0.125", path = "../lightning", features = ["_test_utils"] }
 
 [lints]
 workspace = true
index bca6e0a7c0402288e44fad32c2deb31fa3e057ab..c7657a2ceabaace9673fdc7af8b78b668787bec0 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lightning-transaction-sync"
-version = "0.0.124"
+version = "0.0.125"
 authors = ["Elias Rohrer"]
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/lightningdevkit/rust-lightning"
@@ -23,7 +23,7 @@ electrum = ["electrum-client"]
 async-interface = []
 
 [dependencies]
-lightning = { version = "0.0.124", path = "../lightning", default-features = false, features = ["std"] }
+lightning = { version = "0.0.125", path = "../lightning", default-features = false, features = ["std"] }
 bitcoin = { version = "0.32.2", default-features = false }
 bdk-macros = "0.6"
 futures = { version = "0.3", optional = true }
@@ -31,7 +31,7 @@ esplora-client = { version = "0.9", default-features = false, optional = true }
 electrum-client = { version = "0.21.0", optional = true }
 
 [dev-dependencies]
-lightning = { version = "0.0.124", path = "../lightning", default-features = false, features = ["std", "_test_utils"] }
+lightning = { version = "0.0.125", path = "../lightning", default-features = false, features = ["std", "_test_utils"] }
 tokio = { version = "1.35.0", features = ["full"] }
 
 [target.'cfg(not(target_os = "windows"))'.dev-dependencies]
index 8fa85f7a2fb1fb8320cb81f5c042bf9a45e66438..7e997c87a8a255edc94159b292f678ac7f7bcbc7 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lightning"
-version = "0.0.124"
+version = "0.0.125"
 authors = ["Matt Corallo"]
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/lightningdevkit/rust-lightning/"