From: Riccardo Casatta Date: Tue, 17 Nov 2020 15:47:58 +0000 (+0100) Subject: Require esplora feature for repl example X-Git-Tag: v0.1.0~30 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.DecoderReader.html?a=commitdiff_plain;h=f7a4045f97fb93927181e48e771d2bcef9baac28;p=bdk-cli Require esplora feature for repl example --- diff --git a/Cargo.toml b/Cargo.toml index ae590c5..5f5421a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ env_logger = "0.7" [[example]] name = "repl" -required-features = ["cli-utils"] +required-features = ["cli-utils", "esplora"] [[example]] name = "parse_descriptor" [[example]]