From 4ee41dbc402121d14ffa099863bf35329851c1e4 Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Mon, 16 Oct 2023 12:56:19 -0400 Subject: [PATCH] build(esplora): Add async-https-rustls flag to esplora client --- crates/esplora/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/esplora/Cargo.toml b/crates/esplora/Cargo.toml index bc127c087..386941dbd 100644 --- a/crates/esplora/Cargo.toml +++ b/crates/esplora/Cargo.toml @@ -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"]