Skip to content

Commit 2368177

Browse files
committed
Require tokio feature 'net' for httptest
1 parent f7d9742 commit 2368177

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,4 @@ wasm-bindgen-test = "0.3"
130130
# proptest has a number of non-WASM-compatible requirements
131131
proptest = "^1.9.0"
132132
httptest = "0.16"
133+
tokio = { version = "1", features = ["net"] } # see https://github.com/ggriffiniii/httptest/issues/30

0 commit comments

Comments
 (0)