Skip to content

Commit f2623db

Browse files
committed
fix: enable miniscript feature of testenv
1 parent 10c42dc commit f2623db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/chain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ rusqlite = { version = "0.31.0", features = ["bundled"], optional = true }
2727
[dev-dependencies]
2828
rand = "0.8"
2929
proptest = "1.2.0"
30-
bdk_testenv = { path = "../testenv" }
30+
bdk_testenv = { path = "../testenv" , features = ["miniscript"]}
3131
criterion = { version = "0.2" }
3232

3333
[features]

crates/file_store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ serde = { version = "1", features = ["derive"] }
2020

2121
[dev-dependencies]
2222
tempfile = "3"
23-
bdk_testenv = {path = "../testenv"}
23+
bdk_testenv = {path = "../testenv", features = ["miniscript"]}
2424
bdk_chain = { path = "../chain", version = "0.23.1", default-features = false, features = ["serde"]}

0 commit comments

Comments
 (0)