fix h2-fuzz testing, import futures with FuturesUnordered (#482)

This commit is contained in:
João Oliveira
2020-08-26 18:58:52 +01:00
committed by GitHub
parent fc7f63f641
commit a19323727b

View File

@@ -9,7 +9,7 @@ edition = "2018"
h2 = { path = "../.." } h2 = { path = "../.." }
env_logger = { version = "0.5.3", default-features = false } env_logger = { version = "0.5.3", default-features = false }
futures = { version = "0.3", default-features = false } futures = { version = "0.3", default-features = false, features = ["std"] }
honggfuzz = "0.5" honggfuzz = "0.5"
http = "0.2" http = "0.2"
tokio = { version = "0.2", features = [] } tokio = { version = "0.2", features = [] }