From bb63f4c50c274f205710e69c6ff65dc3627ea5d1 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Fri, 26 Mar 2021 23:48:34 -0700 Subject: [PATCH] Fix docs.rs build features --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9681516..97304b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk-cli" -version = "0.2.1" +version = "0.2.1-dev" edition = "2018" authors = ["Alekos Filini ", "Riccardo Casatta ", "Steve Myers "] homepage = "https://bitcoindevkit.org" @@ -12,8 +12,8 @@ readme = "README.md" license = "MIT" [dependencies] -bdk = { version = "^0.4", default-features = false, features = ["all-keys"]} -bdk-macros = "^0.3" +bdk = { version = "^0.5", default-features = false, features = ["all-keys"]} +bdk-macros = "^0.4" structopt = "^0.3" serde_json = { version = "^1.0" } log = "^0.4" -- 2.49.0