chore: make compile again (#1877)

This commit is contained in:
Matthias Seitz
2023-03-21 12:46:22 +01:00
committed by GitHub
parent c4f80b2997
commit 11a3772ea3

View File

@ -31,8 +31,7 @@ thiserror = "1.0.37"
auto_impl = "1.0"
itertools = "0.10"
# feature test-utils
parking_lot = { version = "0.12", optional = true }
parking_lot = "0.12"
[dev-dependencies]
reth-db = { path = "../db", features = ["test-utils"] }
@ -46,4 +45,4 @@ triehash = "0.8"
[features]
bench = []
test-utils = ["parking_lot"]
test-utils = []