File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ ### v0.12.22 (2019-01-23)
2+
3+
4+ #### Bug Fixes
5+
6+ * ** client:** parse IPv6 hosts correctly in HttpConnector ([ c328c62e] ( https://github.com/hyperium/hyper/commit/c328c62ec29cd328c1c7331bb316fe4a548f11d7 ) )
7+
8+
19### v0.12.21 (2019-01-15)
210
311
Original file line number Diff line number Diff line change 11[package ]
22name = " hyper"
3- version = " 0.12.21 " # don't forget to update html_root_url
3+ version = " 0.12.22 " # don't forget to update html_root_url
44description = " A fast and correct HTTP library."
55readme = " README.md"
66homepage = " https://hyper.rs"
Original file line number Diff line number Diff line change 1- #![ doc( html_root_url = "https://docs.rs/hyper/0.12.21 " ) ]
1+ #![ doc( html_root_url = "https://docs.rs/hyper/0.12.22 " ) ]
22#![ deny( missing_docs) ]
33#![ deny( missing_debug_implementations) ]
44#![ cfg_attr( test, deny( warnings) ) ]
You can’t perform that action at this time.
0 commit comments