From cc7d3058e84b63d26697026f44cdc153b208de9a Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Mon, 2 Nov 2020 16:17:15 -0800 Subject: [PATCH] chore(lib): start 0.14.x development --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0034f1de..497b891e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyper" -version = "0.13.9" # don't forget to update html_root_url +version = "0.14.0-dev" # don't forget to update html_root_url description = "A fast and correct HTTP library." readme = "README.md" homepage = "https://hyper.rs" @@ -12,6 +12,8 @@ keywords = ["http", "hyper", "hyperium"] categories = ["network-programming", "web-programming::http-client", "web-programming::http-server"] edition = "2018" +publish = false + include = [ "Cargo.toml", "LICENSE",