]> Untitled Git - bdk-cli/commitdiff
Fix docs.rs build features
authorSteve Myers <steve@notmandatory.org>
Sat, 27 Mar 2021 06:48:34 +0000 (23:48 -0700)
committerSteve Myers <steve@notmandatory.org>
Sat, 27 Mar 2021 06:48:34 +0000 (23:48 -0700)
Cargo.toml

index 968151636bce2ae239ecf26db88985b3f93fd7e8..97304b5802ce5c277898d61d64c4eb01587b7487 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "bdk-cli"
-version = "0.2.1"
+version = "0.2.1-dev"
 edition = "2018"
 authors = ["Alekos Filini <alekos.filini@gmail.com>", "Riccardo Casatta <riccardo@casatta.it>", "Steve Myers <steve@notmandatory.org>"]
 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"