File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### v0.13.6 (2020-05-29)
2
+
3
+
4
+ #### Features
5
+
6
+ * ** body:** remove Sync bound for Body::wrap_stream ([ 042c7706] ( https://github.com/hyperium/hyper/commit/042c770603a212f22387807efe4fc672959df40c ) )
7
+ * ** http2:** allow configuring the HTTP/2 frame size ([ b6446456] ( https://github.com/hyperium/hyper/commit/b64464562a02a642a3cf16ea072f39621da21980 ) )
8
+
9
+
1
10
### v0.13.5 (2020-04-17)
2
11
3
12
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " hyper"
3
- version = " 0.13.5 " # don't forget to update html_root_url
3
+ version = " 0.13.6 " # 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.5 " ) ]
1
+ #![ doc( html_root_url = "https://docs.rs/hyper/0.13.6 " ) ]
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