fix: Run tests only if the miniscript feature is..

..enabled, enable it by default
This commit is contained in:
Daniela Brozzoni
2024-05-08 14:36:52 +02:00
parent 0e3e136f6f
commit 1d294b734d
7 changed files with 13 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
#![cfg(feature = "miniscript")]
mod tx_template;
#[allow(unused_imports)]
pub use tx_template::*;