Enable 'full' feature in tokio for zebra-test (#2809)

This commit is contained in:
Conrado Gouvea 2021-09-30 19:19:36 -03:00 committed by GitHub
parent 16a4110475
commit eb99081a9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,7 @@ rand = "0.8"
regex = "1.4.6"
tower = { version = "0.4", features = ["util"] }
tokio = { version = "0.3", features = ["rt-multi-thread"] }
tokio = { version = "0.3", features = ["full"] }
futures = "0.3.17"
color-eyre = "0.5.11"
@ -30,4 +30,3 @@ tracing-error = "0.1.2"
[dev-dependencies]
tempdir = "0.3.7"
tokio = { version = "0.3.6", features = ["full"] }