v0.11.11
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
### v0.11.11 (2018-01-05)
|
||||
|
||||
|
||||
#### Features
|
||||
|
||||
* **client:** replace default dispatcher ([0892cb27](https://github.com/hyperium/hyper/commit/0892cb27777858737449a012bc6ea08ee080e5b7))
|
||||
* **server:** change default dispatcher ([6ade21aa](https://github.com/hyperium/hyper/commit/6ade21aa7f16dfeb6c0c53fe39c3f168f5f8aec1))
|
||||
|
||||
|
||||
### v0.11.10 (2017-12-26)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
|
||||
name = "hyper"
|
||||
version = "0.11.10" # don't forget to update html_root_url
|
||||
version = "0.11.11" # don't forget to update html_root_url
|
||||
description = "A modern HTTP library."
|
||||
readme = "README.md"
|
||||
homepage = "https://hyper.rs"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#![doc(html_root_url = "https://docs.rs/hyper/0.11.10")]
|
||||
#![doc(html_root_url = "https://docs.rs/hyper/0.11.11")]
|
||||
#![deny(missing_docs)]
|
||||
#![deny(warnings)]
|
||||
#![deny(missing_debug_implementations)]
|
||||
|
||||
Reference in New Issue
Block a user