This commit is contained in:
Sean McArthur
2018-06-01 15:40:55 -07:00
parent 8ea5a46063
commit 497654958e
3 changed files with 129 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "hyper"
version = "0.12.0-pre.0" # don't forget to update html_root_url
version = "0.12.0" # don't forget to update html_root_url
description = "A fast and correct HTTP library."
readme = "README.md"
homepage = "https://hyper.rs"
@@ -12,8 +12,6 @@ authors = ["Sean McArthur <sean@seanmonstar.com>"]
keywords = ["http", "hyper", "hyperium"]
categories = ["network-programming", "web-programming::http-client", "web-programming::http-server"]
publish = false # pre
include = [
"Cargo.toml",
"LICENSE",