mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-07-25 07:45:16 -04:00
Update xmr-btc lib to use new monero-harness
This commit is contained in:
parent
2d064f305f
commit
0b9e8c145e
7 changed files with 113 additions and 46 deletions
|
@ -12,7 +12,7 @@ atty = "0.2"
|
|||
backoff = { version = "0.2", features = ["tokio"] }
|
||||
base64 = "0.12"
|
||||
bitcoin = { version = "0.23", features = ["rand", "use-serde"] } # TODO: Upgrade other crates in this repo to use this version.
|
||||
bitcoin-harness = { git = "https://github.com/coblox/bitcoin-harness-rs", rev = "f1bbe6a4540d0741f1f4f22577cfeeadbfd7aaaf" }
|
||||
bitcoin-harness = { git = "https://github.com/coblox/bitcoin-harness-rs", rev = "3be644cd9512c157d3337a189298b8257ed54d04" }
|
||||
derivative = "2"
|
||||
futures = { version = "0.3", default-features = false }
|
||||
genawaiter = "0.99.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue