Skip to content

Commit

Permalink
fix(persist): add default feature to enable bdk_chain/std
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed May 2, 2024
1 parent fbe1782 commit a577c22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/persist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]


0 comments on commit a577c22

Please sign in to comment.