Skip to content

Commit 1dd7f50

Browse files
serprexjoseluisq
authored andcommitted
Raise msrv to 1.56 (hyperium#147)
Necessary as httpdate 1.0.3 introduced MSRV, choosing 1.56
1 parent 158fc16 commit 1dd7f50

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

+1-1
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

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ repository = "https://github.com/hyperium/headers"
99
authors = ["Sean McArthur <[email protected]>", "Jose Quintana <joseluisq.net>"]
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)