Skip to content

Commit

Permalink
build(esplora): Add async-https-rustls flag to esplora client
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed Oct 16, 2023
1 parent 3569acc commit 7330c7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/esplora/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ default = ["std", "async-https", "blocking"]
std = ["bdk_chain/std"]
async = ["async-trait", "futures", "esplora-client/async"]
async-https = ["async", "esplora-client/async-https"]
async-https-rustls = ["async", "esplora-client/async-https-rustls"]
blocking = ["esplora-client/blocking"]

0 comments on commit 7330c7f

Please sign in to comment.