We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe1782 commit a577c22Copy full SHA for a577c22
crates/persist/Cargo.toml
@@ -16,4 +16,7 @@ rust-version = "1.63"
16
anyhow = { version = "1", default-features = false }
17
bdk_chain = { path = "../chain", version = "0.13.0", default-features = false }
18
19
+[features]
20
+default = ["bdk_chain/std"]
21
+
22
0 commit comments