File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ # 0.2.8 (June 6, 2022)
2+
3+ * Fix internal usage of uninitialized memory to use ` MaybeUninit ` inside ` HeaderName ` .
4+
15# 0.2.7 (April 28, 2022)
26
37* MSRV bumped to ` 1.49 ` .
Original file line number Diff line number Diff 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.7 "
7+ version = " 0.2.8 "
88readme = " README.md"
99documentation = " https://docs.rs/http"
1010repository = " https://github.com/hyperium/http"
Original file line number Diff line number Diff line change 1- #![ doc( html_root_url = "https://docs.rs/http/0.2.7 " ) ]
1+ #![ doc( html_root_url = "https://docs.rs/http/0.2.8 " ) ]
22
33//! A general purpose library of common HTTP types
44//!
You can’t perform that action at this time.
0 commit comments