v0.11.12
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
### v0.11.12 (2018-01-08)
|
||||
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
* **server:** add remote_addr back to Request when using Http::bind ([fa7f4377](https://github.com/hyperium/hyper/commit/fa7f4377c1d783ca860820aefc41d0eab73be14c), closes [#1410](https://github.com/hyperium/hyper/issues/1410))
|
||||
|
||||
|
||||
### v0.11.11 (2018-01-05)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
|
||||
name = "hyper"
|
||||
version = "0.11.11" # don't forget to update html_root_url
|
||||
version = "0.11.12" # 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.11")]
|
||||
#![doc(html_root_url = "https://docs.rs/hyper/0.11.12")]
|
||||
#![deny(missing_docs)]
|
||||
#![deny(warnings)]
|
||||
#![deny(missing_debug_implementations)]
|
||||
|
||||
Reference in New Issue
Block a user