Skip to content

Commit 1eee95b

Browse files
committed
build: replace "std" flag dep in "miniscript" flag
Also added miniscript flag to default. The miniscript flag is retained so as to not be coupled with "download" or "std".
1 parent 10c42dc commit 1eee95b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/testenv/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ tempfile = "3.20.0"
2525
bdk_testenv = { path = "." }
2626

2727
[features]
28-
default = ["std", "download"]
29-
miniscript = ["std", "bdk_chain/miniscript"]
28+
default = ["std" , "download", "miniscript"]
29+
miniscript = ["bdk_chain/default"]
3030
download = ["electrsd/bitcoind_25_0", "electrsd/esplora_a33e97e1"]
3131
std = ["bdk_chain/std"]
3232
serde = ["bdk_chain/serde"]

0 commit comments

Comments
 (0)