This commit is contained in:
Sean McArthur
2020-12-23 10:40:23 -08:00
parent fad42acc79
commit c784a10174
3 changed files with 74 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "hyper"
version = "0.14.0-dev" # don't forget to update html_root_url
version = "0.14.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 @@ keywords = ["http", "hyper", "hyperium"]
categories = ["network-programming", "web-programming::http-client", "web-programming::http-server"]
edition = "2018"
publish = false
include = [
"Cargo.toml",
"LICENSE",