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.1.0~16^2~2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/scripts/struct.EncoderStringWriter.html?a=commitdiff_plain;h=f33b8b4d20f6d1ba2a86d1f4dcc1426f33474128;p=bdk-cli Make "esplora" feature optional for REPL binary --- diff --git a/Cargo.toml b/Cargo.toml index 2515e63..84c1fa5 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]]