Use rustc-hash in participation cache

This commit is contained in:
Michael Sproul
2022-02-17 17:32:40 +11:00
parent c88fcfed2b
commit 0b171cf097
3 changed files with 13 additions and 5 deletions

View File

@@ -25,6 +25,7 @@ smallvec = "1.6.1"
arbitrary = { version = "1.0", features = ["derive"], optional = true }
lighthouse_metrics = { path = "../../common/lighthouse_metrics", optional = true }
lazy_static = { version = "1.4.0", optional = true }
rustc-hash = "1.1.0"
[features]
default = ["legacy-arith", "metrics"]