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.
2 parents 76ec621 + 1d8eb76 commit 69cdd5dCopy full SHA for 69cdd5d
Cargo.toml
@@ -80,7 +80,7 @@ features = [
80
[dev-dependencies]
81
async-std = { version = "1.6.0", features = ["unstable", "attributes"] }
82
portpicker = "0.1.0"
83
-tide = { version = "0.15.0" }
+tide = { version = "0.15.0", default-features = false, features = ["h1-server"] }
84
tide-rustls = { version = "0.1.4" }
85
tokio = { version = "0.2.21", features = ["macros"] }
86
serde = "1.0"
0 commit comments