From: Riccardo Casatta Date: Tue, 17 Nov 2020 15:47:58 +0000 (+0100) Subject: Require esplora feature for repl example X-Git-Tag: v0.2.0~65^2~2 X-Git-Url: http://internal-gitweb-vhost/%22https:/parse/scripts/database/-script/enum.FromScriptError.html?a=commitdiff_plain;h=8dfbbf2763f4f5d5d4bfe315f3a3d61635525350;p=bdk Require esplora feature for repl example --- diff --git a/Cargo.toml b/Cargo.toml index ae590c50..5f5421ae 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]]