Cargo: fix the rust-miniscript patched dependency for downstream
This new syntax would actually force all downstream users to apply the patch section in their Cargo.toml! Revert to the previous syntax of specifying the git repo directly.
This commit is contained in:
parent
9ba5f67308
commit
293c28570c
@ -25,7 +25,7 @@ jsonrpc_server = []
|
||||
|
||||
[dependencies]
|
||||
# For managing transactions (it re-exports the bitcoin crate)
|
||||
miniscript = { version = "9.0", features = ["serde"] }
|
||||
miniscript = { git = "https://github.com/darosior/rust-miniscript", branch = "multipath_descriptors_on_9.0", features = ["serde"] }
|
||||
|
||||
# Don't reinvent the wheel
|
||||
dirs = "3.0"
|
||||
@ -58,4 +58,4 @@ libc = "0.2"
|
||||
base64 = "0.13"
|
||||
|
||||
[patch.crates-io]
|
||||
miniscript = { git = "https://github.com/darosior/rust-miniscript", branch = "multipath_descriptors_on_9.0" }
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user