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 b1ff6ab + d86459f commit 70a365eCopy full SHA for 70a365e
Cargo.toml
@@ -14,7 +14,7 @@ edition = "2018"
14
[dependencies]
15
url = "2.1.0"
16
httparse = "1.3.3"
17
-async-std = { version = "1.4.0", features = ["unstable"] }
+async-std = { version = "1.4.0", default-features = false }
18
http-types = { path = '../http-types' }
19
pin-project-lite = "0.1.1"
20
byte-pool = "0.2.1"
0 commit comments