From a8dafab4d8143a4af579299cc28ecd5b81bab4cb Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 22 Nov 2024 10:18:18 +0100 Subject: [PATCH] Bump MSRV to 1.71 to match other crates --- .github/workflows/build.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a05d11b..2486957 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -103,7 +103,7 @@ jobs: - name: Install rust toolchain uses: dtolnay/rust-toolchain@master with: - toolchain: "1.70" + toolchain: "1.71" - name: Check MSRV run: cargo check --lib --all-features diff --git a/Cargo.toml b/Cargo.toml index 61d53ce..21f818b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "hyper-rustls" version = "0.27.3" edition = "2021" -rust-version = "1.70" +rust-version = "1.71" license = "Apache-2.0 OR ISC OR MIT" readme = "README.md" description = "Rustls+hyper integration for pure rust HTTPS"