From a22f833d92bbdb23a7b580faaba9b940ebfb630f Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Sat, 20 Feb 2021 17:16:56 -0800 Subject: [PATCH] Update 'bdk' to '0.4.0' and 'bdk-macros' to '0.3.0' --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.49.0