Skip to content

Commit

Permalink
f Update to 0.0.113
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Jan 3, 2023
1 parent 49fb71c commit b61ba86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lightning-transaction-sync/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lightning-transaction-sync"
version = "0.0.112"
version = "0.0.113"
authors = ["Elias Rohrer"]
license = "MIT OR Apache-2.0"
repository = "http://github.com/lightningdevkit/rust-lightning"
Expand All @@ -20,7 +20,7 @@ esplora-blocking = ["esplora-client/blocking"]
async-interface = []

[dependencies]
lightning = { version = "0.0.112", path = "../lightning" }
lightning = { version = "0.0.113", path = "../lightning" }
bitcoin = "0.29.0"
bdk-macros = "0.6"
futures = { version = "0.3", optional = true }
Expand Down

0 comments on commit b61ba86

Please sign in to comment.