Skip to content

Commit

Permalink
Merge pull request #3348 from tnull/2024-10-bump-esplora-client
Browse files Browse the repository at this point in the history
Bump `esplora-client` to 0.11
  • Loading branch information
TheBlueMatt authored Dec 9, 2024
2 parents fe1cf69 + 850952c commit abf72a5
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
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]
Expand Down

0 comments on commit abf72a5

Please sign in to comment.