Skip to content

Commit 850952c

Browse files
committed
Bump esplora-client to 0.11
.. the most-recent release, which also dropped the `async-std` dependency in favor of a default sleeper implementation using `tokio`.
1 parent 797993c commit 850952c

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
@@ -16,7 +16,7 @@ rustdoc-args = ["--cfg", "docsrs"]
1616
[features]
1717
default = ["time"]
1818
time = []
19-
esplora-async = ["async-interface", "esplora-client/async", "futures"]
19+
esplora-async = ["async-interface", "esplora-client/async", "esplora-client/tokio", "futures"]
2020
esplora-async-https = ["esplora-async", "esplora-client/async-https-rustls"]
2121
esplora-blocking = ["esplora-client/blocking"]
2222
electrum = ["electrum-client"]
@@ -27,7 +27,7 @@ lightning = { version = "0.0.124", path = "../lightning", default-features = fal
2727
lightning-macros = { version = "0.1", path = "../lightning-macros", default-features = false }
2828
bitcoin = { version = "0.32.2", default-features = false }
2929
futures = { version = "0.3", optional = true }
30-
esplora-client = { version = "0.9", default-features = false, optional = true }
30+
esplora-client = { version = "0.11", default-features = false, optional = true }
3131
electrum-client = { version = "0.21.0", optional = true }
3232

3333
[dev-dependencies]

0 commit comments

Comments
 (0)