chore(lib): start 0.14.x development
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "hyper"
|
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."
|
description = "A fast and correct HTTP library."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
homepage = "https://hyper.rs"
|
homepage = "https://hyper.rs"
|
||||||
@@ -12,6 +12,8 @@ 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"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
publish = false
|
||||||
|
|
||||||
include = [
|
include = [
|
||||||
"Cargo.toml",
|
"Cargo.toml",
|
||||||
"LICENSE",
|
"LICENSE",
|
||||||
|
|||||||
Reference in New Issue
Block a user