Skip to content

Commit 0255a9c

Browse files
committed
start 0.2.x branch
1 parent f5e97e4 commit 0255a9c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "http"
44
# - Update html_root_url in lib.rs.
55
# - Update CHANGELOG.md.
66
# - Create git tag
7-
version = "0.1.17"
7+
version = "0.2.0-a.0"
88
readme = "README.md"
99
documentation = "https://docs.rs/http"
1010
repository = "https://github.com/hyperium/http"
@@ -21,6 +21,9 @@ A set of types for representing HTTP requests and responses.
2121
keywords = ["http"]
2222
categories = ["web-programming"]
2323

24+
# 0.2.x isn't ready just yet
25+
publish = false
26+
2427
[dependencies]
2528
bytes = "0.4"
2629
fnv = "1.0.5"

0 commit comments

Comments
 (0)