Skip to content

Commit fc98f50

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 d49a08a commit fc98f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-transaction-sync/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ lightning = { version = "0.0.124", path = "../lightning", default-features = fal
2727
bitcoin = { version = "0.32.2", default-features = false }
2828
bdk-macros = "0.6"
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, features = ["tokio"] }
3131
electrum-client = { version = "0.21.0", optional = true }
3232

3333
[dev-dependencies]

0 commit comments

Comments
 (0)