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.13.5 (2020-04-17)
2
+
3
+
4
+ #### Bug Fixes
5
+
6
+ * ** server:** fix panic in Connection::graceful_shutdown ([ fce3ddce] ( https://github.com/hyperium/hyper/commit/fce3ddce4671e7df439a9d8fdc469b079fc07318 ) )
7
+
8
+
1
9
### v0.13.4 (2020-03-20)
2
10
3
11
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " hyper"
3
- version = " 0.13.4 " # don't forget to update html_root_url
3
+ version = " 0.13.5 " # don't forget to update html_root_url
4
4
description = " A fast and correct HTTP library."
5
5
readme = " README.md"
6
6
homepage = " https://hyper.rs"
Original file line number Diff line number Diff line change 1
- #![ doc( html_root_url = "https://docs.rs/hyper/0.13.4 " ) ]
1
+ #![ doc( html_root_url = "https://docs.rs/hyper/0.13.5 " ) ]
2
2
#![ deny( missing_docs) ]
3
3
#![ deny( missing_debug_implementations) ]
4
4
#![ cfg_attr( test, deny( rust_2018_idioms) ) ]
You can’t perform that action at this time.
0 commit comments