File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ # 0.2.2 (March 3, 2020)
2
+
3
+ * Reduce size of ` FlowControl ` and ` RecvStream ` .
4
+
1
5
# 0.2.1 (December 6, 2019)
2
6
3
7
* Relax ` Unpin ` bounds on the send ` Buf ` generic.
Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ name = "h2"
5
5
# - html_root_url.
6
6
# - Update CHANGELOG.md.
7
7
# - Create git tag
8
- version = " 0.2.1 "
8
+ version = " 0.2.2 "
9
9
license = " MIT"
10
10
authors = [
11
11
" Carl Lerche <me@carllerche.com>" ,
12
12
" Sean McArthur <sean@seanmonstar.com>" ,
13
13
]
14
14
description = " An HTTP/2.0 client and server"
15
- documentation = " https://docs.rs/h2/0.2.1 /h2/"
15
+ documentation = " https://docs.rs/h2/0.2.2 /h2/"
16
16
repository = " https://github.com/hyperium/h2"
17
17
readme = " README.md"
18
18
keywords = [" http" , " async" , " non-blocking" ]
Original file line number Diff line number Diff line change 78
78
//! [`server::handshake`]: server/fn.handshake.html
79
79
//! [`client::handshake`]: client/fn.handshake.html
80
80
81
- #![ doc( html_root_url = "https://docs.rs/h2/0.2.1 " ) ]
81
+ #![ doc( html_root_url = "https://docs.rs/h2/0.2.2 " ) ]
82
82
#![ deny( missing_debug_implementations, missing_docs) ]
83
83
#![ cfg_attr( test, deny( warnings) ) ]
84
84
You can’t perform that action at this time.
0 commit comments