Cargo: don't require the 'compiler' feature from miniscript

This commit is contained in:
Antoine Poinsot 2022-10-13 12:00:46 +02:00
parent f7ca86191a
commit d432745da5
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304

View File

@ -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"