Skip to content

Commit

Permalink
Cargo: MSRV 1.70 -> 1.71
Browse files Browse the repository at this point in the history
The upstream Rustls library updated its MSRV to 1.71 for 0.23.20+
  • Loading branch information
cpu committed Feb 6, 2025
1 parent cd399ab commit 276625b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ jobs:

- uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.70"
toolchain: "1.71"

- run: cargo check --locked --lib --all-features
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
description = "Asynchronous TLS/SSL streams for Tokio using Rustls."
categories = ["asynchronous", "cryptography", "network-programming"]
edition = "2021"
rust-version = "1.70"
rust-version = "1.71"
exclude = ["/.github", "/examples", "/scripts"]

[dependencies]
Expand Down

0 comments on commit 276625b

Please sign in to comment.