From: Steve Myers Date: Tue, 29 Mar 2022 22:53:22 +0000 (-0700) Subject: Update bdk version to 0.17 X-Git-Tag: v0.5.0~8^2~8 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/struct.CommandStringError.html?a=commitdiff_plain;h=8afc11588751ca0c89d704e685c821fb1d045ee6;p=bdk-cli Update bdk version to 0.17 --- diff --git a/Cargo.toml b/Cargo.toml index 8330520..ee26bdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ readme = "README.md" license = "MIT" [dependencies] -bdk = { git = "https://github.com/LLFourn/bdk.git", branch = "remove-blockchain-from-wallet", default-features = false, features = ["all-keys"]} +bdk = { version = "0.17", default-features = false, features = ["all-keys"]} bdk-macros = "0.6" structopt = "^0.3" serde_json = { version = "^1.0" }