Cargo: don't require the 'compiler' feature from miniscript
This commit is contained in:
parent
f7ca86191a
commit
d432745da5
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user