Skip to content

Commit

Permalink
chore(lib): start 0.12.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Mar 19, 2018
1 parent eb10567 commit dbfc45b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -12,6 +12,8 @@ authors = ["Sean McArthur <[email protected]>"]
keywords = ["http", "hyper", "hyperium"]
categories = ["network-programming", "web-programming::http-client", "web-programming::http-server"]

publish = false # pre

include = [
"Cargo.toml",
"LICENSE",
Expand Down

0 comments on commit dbfc45b

Please sign in to comment.