]> Untitled Git - bdk/commitdiff
fix(persist): add default feature to enable bdk_chain/std
authorSteve Myers <steve@notmandatory.org>
Thu, 2 May 2024 18:30:13 +0000 (13:30 -0500)
committerSteve Myers <steve@notmandatory.org>
Thu, 2 May 2024 18:30:13 +0000 (13:30 -0500)
crates/persist/Cargo.toml

index ffce46a5bd185d61233558efc7338226e0a21b0b..b20948125a98804a192142df44361a2738db0cbc 100644 (file)
@@ -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"]
+