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 f5e97e4 commit 0255a9cCopy full SHA for 0255a9c
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.17"
+version = "0.2.0-a.0"
8
readme = "README.md"
9
documentation = "https://docs.rs/http"
10
repository = "https://github.com/hyperium/http"
@@ -21,6 +21,9 @@ A set of types for representing HTTP requests and responses.
21
keywords = ["http"]
22
categories = ["web-programming"]
23
24
+# 0.2.x isn't ready just yet
25
+publish = false
26
+
27
[dependencies]
28
bytes = "0.4"
29
fnv = "1.0.5"
0 commit comments