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 10c42dc commit 1eee95bCopy full SHA for 1eee95b
crates/testenv/Cargo.toml
@@ -25,8 +25,8 @@ tempfile = "3.20.0"
25
bdk_testenv = { path = "." }
26
27
[features]
28
-default = ["std", "download"]
29
-miniscript = ["std", "bdk_chain/miniscript"]
+default = ["std" , "download", "miniscript"]
+miniscript = ["bdk_chain/default"]
30
download = ["electrsd/bitcoind_25_0", "electrsd/esplora_a33e97e1"]
31
std = ["bdk_chain/std"]
32
serde = ["bdk_chain/serde"]
0 commit comments