Skip to content

Commit da252dd

Browse files
Bump bytes crate to 0.6
1 parent b00473c commit da252dd

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.3.0 UNRELEASED
2+
3+
- Update `bytes` to v0.6.
4+
15
# 0.2.1 (March 25, 2020)
26

37
* Add `extensions_ref` and `extensions_mut` to `request::Builder` and `response::Builder`.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "http"
44
# - Update html_root_url in lib.rs.
55
# - Update CHANGELOG.md.
66
# - Create git tag
7-
version = "0.2.1"
7+
version = "0.3.0"
88
readme = "README.md"
99
documentation = "https://docs.rs/http"
1010
repository = "https://github.com/hyperium/http"
@@ -22,7 +22,7 @@ categories = ["web-programming"]
2222
edition = "2018"
2323

2424
[dependencies]
25-
bytes = "0.5"
25+
bytes = "0.6"
2626
fnv = "1.0.5"
2727
itoa = "0.4.1"
2828

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc(html_root_url = "https://docs.rs/http/0.2.1")]
1+
#![doc(html_root_url = "https://docs.rs/http/0.3.0")]
22

33
//! A general purpose library of common HTTP types
44
//!

0 commit comments

Comments
 (0)