Enable 'full' feature in tokio for zebra-test (#2809)
This commit is contained in:
parent
16a4110475
commit
eb99081a9a
|
@ -16,7 +16,7 @@ rand = "0.8"
|
||||||
regex = "1.4.6"
|
regex = "1.4.6"
|
||||||
|
|
||||||
tower = { version = "0.4", features = ["util"] }
|
tower = { version = "0.4", features = ["util"] }
|
||||||
tokio = { version = "0.3", features = ["rt-multi-thread"] }
|
tokio = { version = "0.3", features = ["full"] }
|
||||||
futures = "0.3.17"
|
futures = "0.3.17"
|
||||||
|
|
||||||
color-eyre = "0.5.11"
|
color-eyre = "0.5.11"
|
||||||
|
@ -30,4 +30,3 @@ tracing-error = "0.1.2"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tempdir = "0.3.7"
|
tempdir = "0.3.7"
|
||||||
tokio = { version = "0.3.6", features = ["full"] }
|
|
||||||
|
|
Loading…
Reference in New Issue