]> Untitled Git - bdk/commitdiff
fix: Remove dependency on unnecessary bdk_chain features
authorLLFourn <lloyd.fourn@gmail.com>
Tue, 3 Oct 2023 23:52:12 +0000 (10:52 +1100)
committerLLFourn <lloyd.fourn@gmail.com>
Tue, 3 Oct 2023 23:52:12 +0000 (10:52 +1100)
crates/electrum/Cargo.toml
crates/esplora/Cargo.toml

index dffd7c08465045b361b03d14de49ffbaea78e758..5223b84dd4a2275f475dcb1b6145a460ec2f334a 100644 (file)
@@ -12,6 +12,6 @@ readme = "README.md"
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-bdk_chain = { path = "../chain", version = "0.5.0", features = ["serde", "miniscript"] }
+bdk_chain = { path = "../chain", version = "0.5.0", default-features = false }
 electrum-client = { version = "0.18" }
 #rustls = { version = "=0.21.1", optional = true, features = ["dangerous_configuration"] }
index 0fffeda684a5f01f0d695693b7cc8fb14c0673d4..3ee1575fdeddf7a0aa77e78076e6d7b87927f7a3 100644 (file)
@@ -12,7 +12,7 @@ readme = "README.md"
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-bdk_chain = { path = "../chain", version = "0.5.0", default-features = false, features = ["serde", "miniscript"] }
+bdk_chain = { path = "../chain", version = "0.5.0", default-features = false }
 esplora-client = { version = "0.6.0", default-features = false }
 async-trait = { version = "0.1.66", optional = true }
 futures = { version = "0.3.26", optional = true }