From 8afc11588751ca0c89d704e685c821fb1d045ee6 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Tue, 29 Mar 2022 15:53:22 -0700 Subject: [PATCH] Update bdk version to 0.17 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } -- 2.49.0