We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
http
1 parent de0b1a1 commit b6218b3Copy full SHA for b6218b3
Cargo.toml
@@ -10,7 +10,7 @@ authors = ["Sean McArthur <sean@seanmonstar.com>"]
10
keywords = ["http", "headers", "hyper", "hyperium"]
11
categories = ["web-programming"]
12
edition = "2018"
13
-rust-version = "1.56"
+rust-version = "1.57"
14
15
[workspace]
16
members = ["headers-core"]
headers-core/Cargo.toml
@@ -9,7 +9,7 @@ repository = "https://github.com/hyperium/headers"
9
authors = ["Sean McArthur <sean@seanmonstar.com>"]
-rust-version = "1.49"
[dependencies]
http = "1.0.0"
0 commit comments