Skip to content

Commit c77c1f4

Browse files
authored
Raise msrv to 1.56 (#147)
Necessary as httpdate 1.0.3 introduced MSRV, choosing 1.56
1 parent f01cc90 commit c77c1f4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on: [push, pull_request]
44

55
env:
6-
minrust: 1.51.0
6+
minrust: 1.56.0
77

88
jobs:
99
test:

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ repository = "https://github.com/hyperium/headers"
99
authors = ["Sean McArthur <[email protected]>"]
1010
keywords = ["http", "headers", "hyper", "hyperium"]
1111
categories = ["web-programming"]
12+
rust-version = "1.56"
1213

1314
[workspace]
1415
members = [

0 commit comments

Comments
 (0)