From cb54405aedf7c94eed7540a9359552667218749e Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Fri, 4 Jun 2021 23:01:28 -0700 Subject: [PATCH] Fix bdk features --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1823bcb..3fab519 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" crate-type = ["staticlib"] [dependencies] -bdk = { version = "^0.7", feature = ["all-keys"] } +bdk = { version = "^0.7", features = ["all-keys"] } safer-ffi = { version = "0.0.6", features = ["proc_macros"]} [features]