Skip to content

Commit

Permalink
Bump esplora-client to 0.11
Browse files Browse the repository at this point in the history
.. the most-recent release, which also dropped the `async-std`
dependency in favor of a default sleeper implementation using `tokio`.
  • Loading branch information
tnull committed Dec 5, 2024
1 parent d49a08a commit 426824e
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
Expand Up @@ -16,7 +16,7 @@ rustdoc-args = ["--cfg", "docsrs"]
[features]
default = ["time"]
time = []
esplora-async = ["async-interface", "esplora-client/async", "futures"]
esplora-async = ["async-interface", "esplora-client/async", "esplora-client/tokio", "futures"]
esplora-async-https = ["esplora-async", "esplora-client/async-https-rustls"]
esplora-blocking = ["esplora-client/blocking"]
electrum = ["electrum-client"]
Expand All @@ -27,7 +27,7 @@ lightning = { version = "0.0.124", path = "../lightning", default-features = fal
bitcoin = { version = "0.32.2", default-features = false }
bdk-macros = "0.6"
futures = { version = "0.3", optional = true }
esplora-client = { version = "0.9", default-features = false, optional = true }
esplora-client = { version = "0.11", default-features = false, optional = true }
electrum-client = { version = "0.21.0", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 426824e

Please sign in to comment.