From a577c22b12f4edf0b2f2f266fb13656caf1d21c4 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Thu, 2 May 2024 13:30:13 -0500 Subject: [PATCH] fix(persist): add default feature to enable bdk_chain/std --- crates/persist/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/persist/Cargo.toml b/crates/persist/Cargo.toml index ffce46a5b..b20948125 100644 --- a/crates/persist/Cargo.toml +++ b/crates/persist/Cargo.toml @@ -16,4 +16,7 @@ rust-version = "1.63" anyhow = { version = "1", default-features = false } bdk_chain = { path = "../chain", version = "0.13.0", default-features = false } +[features] +default = ["bdk_chain/std"] +