Skip to content

Commit 0e60c2a

Browse files
committed
f Update to 0.0.113
1 parent da9df36 commit 0e60c2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning-transaction-sync/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lightning-transaction-sync"
3-
version = "0.0.112"
3+
version = "0.0.113"
44
authors = ["Elias Rohrer"]
55
license = "MIT OR Apache-2.0"
66
repository = "http://github.com/lightningdevkit/rust-lightning"
@@ -20,7 +20,7 @@ esplora-blocking = ["esplora-client/blocking"]
2020
async-interface = []
2121

2222
[dependencies]
23-
lightning = { version = "0.0.112", path = "../lightning" }
23+
lightning = { version = "0.0.113", path = "../lightning" }
2424
bitcoin = "0.29.0"
2525
bdk-macros = "0.6"
2626
futures = { version = "0.3", optional = true }

0 commit comments

Comments
 (0)