We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9df36 commit 0e60c2aCopy full SHA for 0e60c2a
lightning-transaction-sync/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "lightning-transaction-sync"
3
-version = "0.0.112"
+version = "0.0.113"
4
authors = ["Elias Rohrer"]
5
license = "MIT OR Apache-2.0"
6
repository = "http://github.com/lightningdevkit/rust-lightning"
@@ -20,7 +20,7 @@ esplora-blocking = ["esplora-client/blocking"]
20
async-interface = []
21
22
[dependencies]
23
-lightning = { version = "0.0.112", path = "../lightning" }
+lightning = { version = "0.0.113", path = "../lightning" }
24
bitcoin = "0.29.0"
25
bdk-macros = "0.6"
26
futures = { version = "0.3", optional = true }
0 commit comments