minimal rust version: 1.85, fix monero-rs expect(...) panic

This commit is contained in:
Binarybaron 2025-06-20 21:07:23 +02:00
parent 12fac99d80
commit 1d300ddcbc
6 changed files with 2052 additions and 776 deletions

View file

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