mirror of
https://github.com/openharmony/third_party_rust_http.git
synced 2026-07-18 20:54:29 -04:00
start 0.2.x branch
This commit is contained in:
+4
-1
@@ -4,7 +4,7 @@ name = "http"
|
||||
# - Update html_root_url in lib.rs.
|
||||
# - Update CHANGELOG.md.
|
||||
# - Create git tag
|
||||
version = "0.1.20"
|
||||
version = "0.2.0-alpha.0"
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/http"
|
||||
repository = "https://github.com/hyperium/http"
|
||||
@@ -20,6 +20,9 @@ A set of types for representing HTTP requests and responses.
|
||||
keywords = ["http"]
|
||||
categories = ["web-programming"]
|
||||
|
||||
# 0.2.x isn't ready just yet
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
bytes = "0.4"
|
||||
fnv = "1.0.5"
|
||||
|
||||
Reference in New Issue
Block a user