This commit is contained in:
Sean McArthur
2019-01-07 15:04:42 -08:00
parent e5135dd6f6
commit ec7b93c982
3 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,12 @@
### v0.12.20 (2019-01-07)
#### Bug Fixes
* **dependencies:** disable unneeded optional tokio features ([e5135dd6](https://github.com/hyperium/hyper/commit/e5135dd6f619b5817e31572c98b45d7c4b34f43a), closes [#1739](https://github.com/hyperium/hyper/issues/1739))
* **http2:** don't consider an h2 send request error as canceled ([cf034e99](https://github.com/hyperium/hyper/commit/cf034e99fa895fdf4b66edf392f8c7ca366448fd))
### v0.12.19 (2018-12-18)

View File

@@ -1,6 +1,6 @@
[package]
name = "hyper"
version = "0.12.19" # don't forget to update html_root_url
version = "0.12.20" # don't forget to update html_root_url
description = "A fast and correct HTTP library."
readme = "README.md"
homepage = "https://hyper.rs"

View File

@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/hyper/0.12.19")]
#![doc(html_root_url = "https://docs.rs/hyper/0.12.20")]
#![deny(missing_docs)]
#![deny(missing_debug_implementations)]
#![cfg_attr(test, deny(warnings))]