diff --git a/Cargo.toml b/Cargo.toml index 22ab5863..8ae85c26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ jsonrpc_server = [] [dependencies] # For managing transactions (it re-exports the bitcoin crate) -miniscript = { version = "6.0.0", features = ["compiler", "use-serde"] } +miniscript = { version = "6.0.0", features = ["use-serde"] } # Don't reinvent the wheel dirs = "3.0"