From c8414e32317fbabc0b784dd272d73b3e5e60dc47 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Fri, 26 Mar 2021 23:47:54 -0700 Subject: [PATCH] Bump 'bdk' to 0.5 and 'bdk-macros' to 0.4 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cff03dc..9681516 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk-cli" -version = "0.2.1-dev" +version = "0.2.1" edition = "2018" authors = ["Alekos Filini ", "Riccardo Casatta ", "Steve Myers "] homepage = "https://bitcoindevkit.org" @@ -40,4 +40,4 @@ path = "src/bdk_cli.rs" required-features = ["repl", "electrum"] [package.metadata.docs.rs] -all-features = true +features = ["esplora", "compiler"] -- 2.49.0