Skip to content

Commit

Permalink
Raise msrv to 1.56 (#147)
Browse files Browse the repository at this point in the history
Necessary as httpdate 1.0.3 introduced MSRV, choosing 1.56
  • Loading branch information
serprex authored Aug 30, 2023
1 parent f01cc90 commit c77c1f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on: [push, pull_request]

env:
minrust: 1.51.0
minrust: 1.56.0

jobs:
test:
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ repository = "https://github.com/hyperium/headers"
authors = ["Sean McArthur <sean@seanmonstar.com>"]
keywords = ["http", "headers", "hyper", "hyperium"]
categories = ["web-programming"]
rust-version = "1.56"

[workspace]
members = [
Expand Down

0 comments on commit c77c1f4

Please sign in to comment.