Skip to content

Commit 03fe2db

Browse files
committed
Bump MSRV to 1.71 to match other crates
1 parent 51a2846 commit 03fe2db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- name: Install rust toolchain
104104
uses: dtolnay/rust-toolchain@master
105105
with:
106-
toolchain: "1.70"
106+
toolchain: "1.71"
107107

108108
- name: Check MSRV
109109
run: cargo check --lib --all-features

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "hyper-rustls"
33
version = "0.27.3"
44
edition = "2021"
5-
rust-version = "1.70"
5+
rust-version = "1.71"
66
license = "Apache-2.0 OR ISC OR MIT"
77
readme = "README.md"
88
description = "Rustls+hyper integration for pure rust HTTPS"

0 commit comments

Comments
 (0)