Skip to content

Commit c16f4c7

Browse files
committed
use main
1 parent 7ffae35 commit c16f4c7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Cargo.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ repository = "https://github.com/http-rs/async-h1"
66
documentation = "https://docs.rs/async-h1"
77
description = "Asynchronous HTTP 1.1 parser."
88
keywords = ["async", "http", "stream", "parser", "http1"]
9-
categories = ["asynchronous", "parser-implementations", "web-programming", "web-programming::http-client", "web-programming::http-server"]
9+
categories = [
10+
"asynchronous",
11+
"parser-implementations",
12+
"web-programming",
13+
"web-programming::http-client",
14+
"web-programming::http-server"
15+
]
1016
authors = ["Yoshua Wuyts <[email protected]>"]
1117
readme = "README.md"
1218
edition = "2018"
@@ -32,4 +38,4 @@ async-channel = "1.5.1"
3238

3339
[patch.crates-io.http-types]
3440
git = "https://github.com/http-rs/http-types"
35-
branch = "stabilize-upgrade"
41+
branch = "main"

0 commit comments

Comments
 (0)