From: Steve Myers Date: Thu, 2 May 2024 18:30:13 +0000 (-0500) Subject: fix(persist): add default feature to enable bdk_chain/std X-Git-Tag: v1.0.0-alpha.11~4^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/base64/static/gitweb.css?a=commitdiff_plain;h=a577c22b12f4edf0b2f2f266fb13656caf1d21c4;p=bdk fix(persist): add default feature to enable bdk_chain/std --- diff --git a/crates/persist/Cargo.toml b/crates/persist/Cargo.toml index ffce46a5..b2094812 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"] +