chore(lib): start 0.12.x branch

This commit is contained in:
Sean McArthur
2018-02-15 15:42:36 -08:00
parent eb10567927
commit dbfc45bf5c

View File

@@ -1,7 +1,7 @@
[package] [package]
name = "hyper" 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." description = "A modern HTTP library."
readme = "README.md" readme = "README.md"
homepage = "https://hyper.rs" homepage = "https://hyper.rs"
@@ -12,6 +12,8 @@ authors = ["Sean McArthur <sean@seanmonstar.com>"]
keywords = ["http", "hyper", "hyperium"] keywords = ["http", "hyper", "hyperium"]
categories = ["network-programming", "web-programming::http-client", "web-programming::http-server"] categories = ["network-programming", "web-programming::http-client", "web-programming::http-server"]
publish = false # pre
include = [ include = [
"Cargo.toml", "Cargo.toml",
"LICENSE", "LICENSE",