Skip to content

Commit dbfc45b

Browse files
committed
chore(lib): start 0.12.x branch
1 parent eb10567 commit dbfc45b

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,7 +1,7 @@
11
[package]
22

33
name = "hyper"
4-
version = "0.11.22" # don't forget to update html_root_url
4+
version = "0.12.0-pre.0" # don't forget to update html_root_url
55
description = "A modern HTTP library."
66
readme = "README.md"
77
homepage = "https://hyper.rs"
@@ -12,6 +12,8 @@ authors = ["Sean McArthur <[email protected]>"]
1212
keywords = ["http", "hyper", "hyperium"]
1313
categories = ["network-programming", "web-programming::http-client", "web-programming::http-server"]
1414

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

0 commit comments

Comments
 (0)