Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpdrsn committed Nov 19, 2023
1 parent 23bf5ab commit b29f730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http-body-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ http-body = { version = "1", path = "../http-body" }
pin-project-lite = "0.2"

[dev-dependencies]
tokio = { version = "1", features = ["macros", "rt", "sync"] }
tokio = { version = "1", features = ["macros", "rt", "sync", "rt-multi-thread"] }

0 comments on commit b29f730

Please sign in to comment.