Skip to content

Commit a193237

Browse files
authored
fix h2-fuzz testing, import futures with FuturesUnordered (#482)
1 parent fc7f63f commit a193237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/h2-fuzz/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2018"
99
h2 = { path = "../.." }
1010

1111
env_logger = { version = "0.5.3", default-features = false }
12-
futures = { version = "0.3", default-features = false }
12+
futures = { version = "0.3", default-features = false, features = ["std"] }
1313
honggfuzz = "0.5"
1414
http = "0.2"
1515
tokio = { version = "0.2", features = [] }

0 commit comments

Comments
 (0)