From c77c1f42bb70b42fac5852ae539dc831065a2b8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20Dub=C3=A9?= Date: Wed, 30 Aug 2023 14:55:08 +0000 Subject: [PATCH] Raise msrv to 1.56 (#147) Necessary as httpdate 1.0.3 introduced MSRV, choosing 1.56 --- .github/workflows/ci.yml | 2 +- Cargo.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbd9179b..50856fd1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: [push, pull_request] env: - minrust: 1.51.0 + minrust: 1.56.0 jobs: test: diff --git a/Cargo.toml b/Cargo.toml index 4fddd89a..c7246c94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ repository = "https://github.com/hyperium/headers" authors = ["Sean McArthur "] keywords = ["http", "headers", "hyper", "hyperium"] categories = ["web-programming"] +rust-version = "1.56" [workspace] members = [