Use regular (ahash) IndexMap for PeerMaps

This commit is contained in:
Joakim Frostegård 2022-08-06 16:50:56 +02:00
parent 5f0971e952
commit c76d7442e2
7 changed files with 16 additions and 8 deletions

1
Cargo.lock generated
View file

@ -68,6 +68,7 @@ dependencies = [
"hashbrown 0.12.3",
"hex",
"hwloc",
"indexmap",
"indexmap-amortized",
"libc",
"log",