v0.11.1
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
### v0.11.1 (2017-07-03)
|
||||||
|
|
||||||
|
|
||||||
|
#### Features
|
||||||
|
|
||||||
|
* **server:** Handle 100-continue ([6164e764](https://github.com/hyperium/hyper/commit/6164e76405935065aeb912f94ba94230e0bac60f))
|
||||||
|
|
||||||
|
|
||||||
## v0.11.0 (2017-06-13)
|
## v0.11.0 (2017-06-13)
|
||||||
|
|
||||||
#### Bug Fixes
|
#### Bug Fixes
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "hyper"
|
name = "hyper"
|
||||||
version = "0.11.0" # don't forget to update html_root_url
|
version = "0.11.1" # don't forget to update html_root_url
|
||||||
description = "A modern HTTP library."
|
description = "A modern HTTP library."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
homepage = "https://hyper.rs"
|
homepage = "https://hyper.rs"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#![doc(html_root_url = "https://docs.rs/hyper/0.11.0")]
|
#![doc(html_root_url = "https://docs.rs/hyper/0.11.1")]
|
||||||
#![deny(missing_docs)]
|
#![deny(missing_docs)]
|
||||||
#![deny(warnings)]
|
#![deny(warnings)]
|
||||||
#![deny(missing_debug_implementations)]
|
#![deny(missing_debug_implementations)]
|
||||||
|
|||||||
Reference in New Issue
Block a user