From dbfc45bf5c099fdd252a0fc53be417152379e390 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Thu, 15 Feb 2018 15:42:36 -0800 Subject: [PATCH] chore(lib): start 0.12.x branch --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6a8c89d4..1da3bef0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyper" -version = "0.11.22" # don't forget to update html_root_url +version = "0.12.0-pre.0" # don't forget to update html_root_url description = "A modern HTTP library." readme = "README.md" homepage = "https://hyper.rs" @@ -12,6 +12,8 @@ authors = ["Sean McArthur "] keywords = ["http", "hyper", "hyperium"] categories = ["network-programming", "web-programming::http-client", "web-programming::http-server"] +publish = false # pre + include = [ "Cargo.toml", "LICENSE",