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 4a5b64d commit 4c44b12Copy full SHA for 4c44b12
Cargo.toml
@@ -4,7 +4,7 @@ name = "http"
4
# - Update html_root_url in lib.rs.
5
# - Update CHANGELOG.md.
6
# - Create git tag
7
-version = "0.1.20"
+version = "0.2.0-alpha.0"
8
readme = "README.md"
9
documentation = "https://docs.rs/http"
10
repository = "https://github.com/hyperium/http"
@@ -20,6 +20,9 @@ A set of types for representing HTTP requests and responses.
20
keywords = ["http"]
21
categories = ["web-programming"]
22
23
+# 0.2.x isn't ready just yet
24
+publish = false
25
+
26
[dependencies]
27
bytes = "0.4"
28
fnv = "1.0.5"
0 commit comments