File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ # 0.3.13 (March 31, 2022)
2+
3+ * Update private internal ` tokio-util ` dependency.
4+
15# 0.3.12 (March 9, 2022)
26
37* Avoid time operations that can panic (#599 )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name = "h2"
55# - html_root_url.
66# - Update CHANGELOG.md.
77# - Create git tag
8- version = " 0.3.12 "
8+ version = " 0.3.13 "
99license = " MIT"
1010authors = [
1111 " Carl Lerche <me@carllerche.com>" ,
Original file line number Diff line number Diff line change 7878//! [`server::handshake`]: server/fn.handshake.html
7979//! [`client::handshake`]: client/fn.handshake.html
8080
81- #![ doc( html_root_url = "https://docs.rs/h2/0.3.12 " ) ]
81+ #![ doc( html_root_url = "https://docs.rs/h2/0.3.13 " ) ]
8282#![ deny( missing_debug_implementations, missing_docs) ]
8383#![ cfg_attr( test, deny( warnings) ) ]
8484
You can’t perform that action at this time.
0 commit comments