We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d9742 commit 2368177Copy full SHA for 2368177
Cargo.toml
@@ -130,3 +130,4 @@ wasm-bindgen-test = "0.3"
130
# proptest has a number of non-WASM-compatible requirements
131
proptest = "^1.9.0"
132
httptest = "0.16"
133
+tokio = { version = "1", features = ["net"] } # see https://github.com/ggriffiniii/httptest/issues/30
0 commit comments