From: Evgenii P Date: Wed, 9 Dec 2020 09:44:40 +0000 (+0700) Subject: Make "esplora" feature optional for REPL binary X-Git-Tag: v0.2.0~26^2~2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/enum.HexToArrayError.html?a=commitdiff_plain;h=ff7ba0418049675216fc2ec0cffdb73a02b47c79;p=bdk Make "esplora" feature optional for REPL binary --- diff --git a/Cargo.toml b/Cargo.toml index 2515e63b..84c1fa53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ env_logger = "0.7" [[example]] name = "repl" -required-features = ["cli-utils", "esplora"] +required-features = ["cli-utils"] [[example]] name = "parse_descriptor" [[example]]