Cargo: bump MSRV 1.57 -> 1.60.

Log recently did this.
This commit is contained in:
Daniel McCarney 2023-08-28 17:18:24 -04:00
parent 22b8f70cf8
commit ba13bb5339
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ jobs:
- stable
- beta
- nightly
- 1.57 # MSRV
- "1.60" # MSRV
os: [ubuntu-20.04]
# but only stable on macos/windows (slower platforms)
include:

View File

@ -2,7 +2,7 @@
name = "rustls"
version = "0.20.8"
edition = "2018"
rust-version = "1.57"
rust-version = "1.60"
license = "Apache-2.0/ISC/MIT"
readme = "../README.md"
description = "Rustls is a modern TLS library written in Rust."