test: rm multi_thread flavor for tests (#865)

This commit is contained in:
Matthias Seitz
2023-01-13 13:50:05 +01:00
committed by GitHub
parent e3dbaf686e
commit bcbc3dacc7
3 changed files with 8 additions and 8 deletions

View File

@ -40,7 +40,7 @@ generic-array = "0.14"
[dev-dependencies]
rand = "0.8"
tokio = { version = "1", features = ["full"] }
tokio = { version = "1", features = ["macros"] }
reth-tracing = { path = "../../tracing" }
[features]