fix(persist): add default feature to enable bdk_chain/std
This commit is contained in:
parent
fbe17820dc
commit
a577c22b12
@ -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"]
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user