mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-23 22:56:54 +01:00
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`.
This commit is contained in:
parent
797993c65d
commit
850952c806
1 changed files with 2 additions and 2 deletions
|
@ -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"]
|
||||
|
@ -27,7 +27,7 @@ lightning = { version = "0.0.124", path = "../lightning", default-features = fal
|
|||
lightning-macros = { version = "0.1", path = "../lightning-macros", default-features = false }
|
||||
bitcoin = { version = "0.32.2", default-features = false }
|
||||
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]
|
||||
|
|
Loading…
Add table
Reference in a new issue