Skip to content

Commit b6218b3

Browse files
committed
increase MSRV to 1.57 to match http crate
1 parent de0b1a1 commit b6218b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = ["Sean McArthur <sean@seanmonstar.com>"]
1010
keywords = ["http", "headers", "hyper", "hyperium"]
1111
categories = ["web-programming"]
1212
edition = "2018"
13-
rust-version = "1.56"
13+
rust-version = "1.57"
1414

1515
[workspace]
1616
members = ["headers-core"]

headers-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/hyperium/headers"
99
authors = ["Sean McArthur <sean@seanmonstar.com>"]
1010
keywords = ["http", "headers", "hyper", "hyperium"]
1111
edition = "2018"
12-
rust-version = "1.49"
12+
rust-version = "1.57"
1313

1414
[dependencies]
1515
http = "1.0.0"

0 commit comments

Comments
 (0)