-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eb10567
commit dbfc45b
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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", | ||
|