This commit is contained in:
Sean McArthur
2015-04-06 11:14:31 -07:00
parent 2098809d1b
commit 8f1c82901e
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
### v0.3.10 (2015-04-06)
#### Bug Fixes
* **README:** Update to compile example against Rust beta ([341f19d3](https://github.com/hyperium/hyper/commit/341f19d3266c6de9a9a90c94f718124792766630))
### v0.3.9 (2015-04-03)

View File

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