This commit is contained in:
Sean McArthur
2017-10-02 15:46:09 -07:00
parent e8d6173734
commit c2fd47f211
3 changed files with 11 additions and 3 deletions

View File

@@ -1,14 +1,14 @@
[package]
name = "hyper"
version = "0.11.4" # don't forget to update html_root_url
version = "0.11.5" # don't forget to update html_root_url
description = "A modern HTTP library."
readme = "README.md"
homepage = "https://hyper.rs"
documentation = "https://docs.rs/hyper"
repository = "https://github.com/hyperium/hyper"
license = "MIT"
authors = ["Sean McArthur <sean.monstar@gmail.com>"]
authors = ["Sean McArthur <sean@seanmonstar.com>"]
keywords = ["http", "hyper", "hyperium"]
categories = ["network-programming", "web-programming::http-client", "web-programming::http-server"]