mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-10 22:35:45 -05:00
minimal rust version: 1.85, fix monero-rs expect(...) panic
This commit is contained in:
parent
12fac99d80
commit
1d300ddcbc
6 changed files with 2052 additions and 776 deletions
|
|
@ -42,7 +42,7 @@ hex = "0.4"
|
|||
libp2p = { version = "0.53.2", features = ["tcp", "yamux", "dns", "noise", "request-response", "ping", "rendezvous", "identify", "macros", "cbor", "json", "tokio", "serde", "rsa"] }
|
||||
libp2p-community-tor = { git = "https://github.com/umgefahren/libp2p-tor", branch = "main", features = ["listen-onion-service"] }
|
||||
moka = { version = "0.12", features = ["sync", "future"] }
|
||||
monero = { version = "0.12", features = ["serde_support"] }
|
||||
monero = { version = "0.21" }
|
||||
monero-rpc = { path = "../monero-rpc" }
|
||||
monero-rpc-pool = { path = "../monero-rpc-pool" }
|
||||
monero-sys = { path = "../monero-sys" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue