File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### v0.11.11 (2018-01-05)
2
+
3
+
4
+ #### Features
5
+
6
+ * ** client:** replace default dispatcher ([ 0892cb27] ( https://github.com/hyperium/hyper/commit/0892cb27777858737449a012bc6ea08ee080e5b7 ) )
7
+ * ** server:** change default dispatcher ([ 6ade21aa] ( https://github.com/hyperium/hyper/commit/6ade21aa7f16dfeb6c0c53fe39c3f168f5f8aec1 ) )
8
+
9
+
1
10
### v0.11.10 (2017-12-26)
2
11
3
12
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " hyper"
4
- version = " 0.11.10 " # don't forget to update html_root_url
4
+ version = " 0.11.11 " # 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.10 " ) ]
1
+ #![ doc( html_root_url = "https://docs.rs/hyper/0.11.11 " ) ]
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