Skip to content

Commit 97bc3e3

Browse files
Michael Rodlerseanmonstar
Michael Rodler
authored andcommitted
hammer test requires a new tokio feature
Signed-off-by: Michael Rodler <[email protected]> Reviewed-by: Daniele Ahmed <[email protected]>
1 parent 66c36c4 commit 97bc3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/h2-tests/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ edition = "2018"
1111
h2-support = { path = "../h2-support" }
1212
tracing = "0.1.13"
1313
futures = { version = "0.3", default-features = false, features = ["alloc"] }
14-
tokio = { version = "1", features = ["macros", "net", "rt", "io-util"] }
14+
tokio = { version = "1", features = ["macros", "net", "rt", "io-util", "rt-multi-thread"] }

0 commit comments

Comments
 (0)