We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7f63f commit a193237Copy full SHA for a193237
tests/h2-fuzz/Cargo.toml
@@ -9,7 +9,7 @@ edition = "2018"
9
h2 = { path = "../.." }
10
11
env_logger = { version = "0.5.3", default-features = false }
12
-futures = { version = "0.3", default-features = false }
+futures = { version = "0.3", default-features = false, features = ["std"] }
13
honggfuzz = "0.5"
14
http = "0.2"
15
tokio = { version = "0.2", features = [] }
0 commit comments