From: Steve Myers Date: Sun, 21 Feb 2021 01:16:56 +0000 (-0800) Subject: Update 'bdk' to '0.4.0' and 'bdk-macros' to '0.3.0' X-Git-Tag: v0.2.0~8 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/-sqlite-db-configuration/struct.Decoder.html?a=commitdiff_plain;h=a22f833d92bbdb23a7b580faaba9b940ebfb630f;p=bdk-cli Update 'bdk' to '0.4.0' and 'bdk-macros' to '0.3.0' --- diff --git a/Cargo.toml b/Cargo.toml index 056f512..b662aea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,8 +12,8 @@ readme = "README.md" license = "MIT" [dependencies] -bdk = { git = "https://github.com/bitcoindevkit/bdk.git", rev = "c4f2179", default-features = false, features = ["all-keys"]} -bdk-macros = { git = "https://github.com/bitcoindevkit/bdk.git", rev = "c4f2179" } +bdk = { version = "^0.4", default-features = false, features = ["all-keys"]} +bdk-macros = "^0.3" structopt = "^0.3" serde_json = { version = "^1.0" } log = "^0.4"