Skip to content

Commit 13df7ca

Browse files
committed
Bump MSRV to 1.71
1 parent 3147a4f commit 13df7ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Install MSRV toolchain
8686
uses: dtolnay/rust-toolchain@master
8787
with:
88-
toolchain: "1.60"
88+
toolchain: "1.71"
8989

9090
- run: cargo check --locked --lib --all-features
9191

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "rustls-native-certs"
33
version = "0.8.0"
44
edition = "2021"
5-
rust-version = "1.60"
5+
rust-version = "1.71"
66
license = "Apache-2.0 OR ISC OR MIT"
77
readme = "README.md"
88
description = "rustls-native-certs allows rustls to use the platform native certificate store"

0 commit comments

Comments
 (0)