proj: MSRV 1.61 -> 1.63

We're seeing more of our deps move to this MSRV or higher (e.g.
`webpki`, `rustls-platform-verifier`) and it's shipped in Debian stable.
Time to move our MSRV to 1.63.
This commit is contained in:
Daniel McCarney 2024-04-18 11:34:06 -04:00
parent 6fd691a101
commit 0baaeba7a8
4 changed files with 4 additions and 4 deletions

View File

@ -57,7 +57,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.61"
toolchain: "1.63"
- run: cargo check --lib --all-features -p rustls

View File

@ -92,7 +92,7 @@ x86, x86-64, LoongArch64, 32-bit & 64-bit Little Endian MIPS, 32-bit PowerPC (Bi
support WebAssembly.
For more information, see [the supported `ring` target platforms][ring-target-platforms].
Rustls requires Rust 1.61 or later.
Rustls requires Rust 1.63 or later.
[ring-target-platforms]: https://github.com/briansmith/ring/blob/2e8363b433fa3b3962c877d9ed2e9145612f3160/include/ring-core/target.h#L18-L64

View File

@ -2,7 +2,7 @@
name = "rustls"
version = "0.21.11"
edition = "2021"
rust-version = "1.61"
rust-version = "1.63"
license = "Apache-2.0 OR ISC OR MIT"
readme = "../README.md"
description = "Rustls is a modern TLS library written in Rust."

View File

@ -65,7 +65,7 @@
//! support WebAssembly.
//! For more information, see [the supported `ring` target platforms][ring-target-platforms].
//!
//! Rustls requires Rust 1.61 or later.
//! Rustls requires Rust 1.63 or later.
//!
//! [ring-target-platforms]: https://github.com/briansmith/ring/blob/2e8363b433fa3b3962c877d9ed2e9145612f3160/include/ring-core/target.h#L18-L64
//!