File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ # 0.3.0 UNRELEASED
2
+
3
+ - Update ` bytes ` to v0.6.
4
+
1
5
# 0.2.1 (March 25, 2020)
2
6
3
7
* Add ` extensions_ref ` and ` extensions_mut ` to ` request::Builder ` and ` response::Builder ` .
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "http"
4
4
# - Update html_root_url in lib.rs.
5
5
# - Update CHANGELOG.md.
6
6
# - Create git tag
7
- version = " 0.2.1 "
7
+ version = " 0.3.0 "
8
8
readme = " README.md"
9
9
documentation = " https://docs.rs/http"
10
10
repository = " https://github.com/hyperium/http"
@@ -22,7 +22,7 @@ categories = ["web-programming"]
22
22
edition = " 2018"
23
23
24
24
[dependencies ]
25
- bytes = " 0.5 "
25
+ bytes = " 0.6 "
26
26
fnv = " 1.0.5"
27
27
itoa = " 0.4.1"
28
28
Original file line number Diff line number Diff line change 1
- #![ doc( html_root_url = "https://docs.rs/http/0.2.1 " ) ]
1
+ #![ doc( html_root_url = "https://docs.rs/http/0.3.0 " ) ]
2
2
3
3
//! A general purpose library of common HTTP types
4
4
//!
You can’t perform that action at this time.
0 commit comments