mirror of
https://github.com/openharmony/third_party_rust_http.git
synced 2026-07-19 14:43:33 -04:00
Bump version to v0.1.4
This commit is contained in:
+4
-2
@@ -1,6 +1,8 @@
|
||||
# 0.1.4 (unreleased)
|
||||
# 0.1.4 (January 4, 2017)
|
||||
|
||||
* Add PathAndQuery::from_static.
|
||||
* Add PathAndQuery::from_static (#148).
|
||||
* Impl PartialOrd / PartialEq for Authority and PathAndQuery (#150).
|
||||
* Add `map` fn to `Request` and `Response` (#151).
|
||||
|
||||
# 0.1.3 (December 11, 2017)
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "http"
|
||||
version = "0.1.3" # remember to update html_root_url
|
||||
version = "0.1.4" # remember to update html_root_url
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/http"
|
||||
repository = "https://github.com/hyperium/http"
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
#![doc(html_root_url = "https://docs.rs/http/0.1.3")]
|
||||
#![doc(html_root_url = "https://docs.rs/http/0.1.4")]
|
||||
|
||||
//! A general purpose library of common HTTP types
|
||||
//!
|
||||
|
||||
Reference in New Issue
Block a user