From 423005e9ad8529701b493aa05f7534b54eb9924a Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Tue, 6 Apr 2021 15:10:45 -0700 Subject: [PATCH] Bump 'bdk' to 0.5.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 97304b5..f693ead 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ readme = "README.md" license = "MIT" [dependencies] -bdk = { version = "^0.5", default-features = false, features = ["all-keys"]} +bdk = { version = "^0.5.1", default-features = false, features = ["all-keys"]} bdk-macros = "^0.4" structopt = "^0.3" serde_json = { version = "^1.0" } -- 2.49.0