Skip to content

Commit

Permalink
fix h2-fuzz testing, import futures with FuturesUnordered (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
jxs authored Aug 26, 2020
1 parent fc7f63f commit a193237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/h2-fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
h2 = { path = "../.." }

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"
http = "0.2"
tokio = { version = "0.2", features = [] }

0 comments on commit a193237

Please sign in to comment.