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.11.4 (2017-09-28)
2
+
3
+
4
+ #### Bug Fixes
5
+
6
+ * ** client:** fix panic in Pool ([ 0fbc215f] ( 0fbc215f ) , closes [ #1339 ] ( 1339 ) )
7
+
8
+
1
9
### v0.11.3 (2017-09-28)
2
10
3
11
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " hyper"
4
- version = " 0.11.3 " # don't forget to update html_root_url
4
+ version = " 0.11.4 " # don't forget to update html_root_url
5
5
description = " A modern HTTP library."
6
6
readme = " README.md"
7
7
homepage = " https://hyper.rs"
Original file line number Diff line number Diff line change 1
- #![ doc( html_root_url = "https://docs.rs/hyper/0.11.3 " ) ]
1
+ #![ doc( html_root_url = "https://docs.rs/hyper/0.11.4 " ) ]
2
2
#![ deny( missing_docs) ]
3
3
#![ deny( warnings) ]
4
4
#![ deny( missing_debug_implementations) ]
You can’t perform that action at this time.
0 commit comments