This commit is contained in:
Sean McArthur
2015-04-18 20:48:28 -07:00
parent 3a7dc8bd37
commit 6fad307753
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
### v0.3.14 (2015-04-18)
#### Bug Fixes
* **http:** Adjust httparse Request and Response lifetimes. ([76550fdb](https://github.com/hyperium/hyper/commit/76550fdb20bb812e92a1fc3f3a7eaaf4a689348b))
### v0.3.13 (2015-04-17) ### v0.3.13 (2015-04-17)

View File

@@ -1,7 +1,7 @@
[package] [package]
name = "hyper" name = "hyper"
version = "0.3.13" version = "0.3.14"
description = "A modern HTTP library." description = "A modern HTTP library."
readme = "README.md" readme = "README.md"
documentation = "http://hyperium.github.io/hyper/hyper/index.html" documentation = "http://hyperium.github.io/hyper/hyper/index.html"