Skip to content

Commit 4ee41db

Browse files
build(esplora): Add async-https-rustls flag to esplora client
1 parent 46d39be commit 4ee41db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/esplora/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ default = ["std", "async-https", "blocking"]
3030
std = ["bdk_chain/std"]
3131
async = ["async-trait", "futures", "esplora-client/async"]
3232
async-https = ["async", "esplora-client/async-https"]
33+
async-https-rustls = ["async", "esplora-client/async-https-rustls"]
3334
blocking = ["esplora-client/blocking"]

0 commit comments

Comments
 (0)