Skip to content

Commit 4c44b12

Browse files
committed
start 0.2.x branch
1 parent 4a5b64d commit 4c44b12

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.20"
7+
version = "0.2.0-alpha.0"
88
readme = "README.md"
99
documentation = "https://docs.rs/http"
1010
repository = "https://github.com/hyperium/http"
@@ -20,6 +20,9 @@ A set of types for representing HTTP requests and responses.
2020
keywords = ["http"]
2121
categories = ["web-programming"]
2222

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

0 commit comments

Comments
 (0)