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 b1ff6ab commit d86459fCopy full SHA for d86459f
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