Skip to content

Commit cc7d305

Browse files
committed
chore(lib): start 0.14.x development
1 parent 42560c7 commit cc7d305

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyper"
3-
version = "0.13.9" # don't forget to update html_root_url
3+
version = "0.14.0-dev" # don't forget to update html_root_url
44
description = "A fast and correct HTTP library."
55
readme = "README.md"
66
homepage = "https://hyper.rs"
@@ -12,6 +12,8 @@ keywords = ["http", "hyper", "hyperium"]
1212
categories = ["network-programming", "web-programming::http-client", "web-programming::http-server"]
1313
edition = "2018"
1414

15+
publish = false
16+
1517
include = [
1618
"Cargo.toml",
1719
"LICENSE",

0 commit comments

Comments
 (0)