Skip to content

Commit 0c61f7e

Browse files
committed
Cargo: MSRV 1.70 -> 1.71
The upstream Rustls library updated its MSRV to 1.71 for 0.23.20+
1 parent cd399ab commit 0c61f7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ jobs:
9595

9696
- uses: dtolnay/rust-toolchain@master
9797
with:
98-
toolchain: "1.70"
98+
toolchain: "1.71"
9999

100100
- run: cargo check --locked --lib --all-features

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
description = "Asynchronous TLS/SSL streams for Tokio using Rustls."
1010
categories = ["asynchronous", "cryptography", "network-programming"]
1111
edition = "2021"
12-
rust-version = "1.70"
12+
rust-version = "1.71"
1313
exclude = ["/.github", "/examples", "/scripts"]
1414

1515
[dependencies]

0 commit comments

Comments
 (0)