8000 proj: MSRV 1.61 -> 1.63 · rustls/rustls@0baaeba · GitHub
[go: up one dir, main page]

Skip to content

Commit 0baaeba

Browse files
committed
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.
1 parent 6fd691a commit 0baaeba

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- uses: dtolnay/rust-toolchain@master
5959
with:
60-
toolchain: "1.61"
60+
toolchain: "1.63"
6161

6262
- run: cargo check --lib --all-features -p rustls
6363

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ x86, x86-64, LoongArch64, 32-bit & 64-bit Little Endian MIPS, 32-bit PowerPC (Bi
9292
support WebAssembly.
9393
For more information, see [the supported `ring` target platforms][ring-target-platforms].
9494

95-
Rustls requires Rust 1.61 or later.
95+
Rustls requires Rust 1.63 or later.
9696

9797
[ring-target-platforms]: https://github.com/briansmith/ring/blob/2e8363b433fa3b3962c877d9ed2e9145612f3160/include/ring-core/target.h#L18-L64
9898

rustls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "rustls"
33
version = "0.21.11"
44
edition = "2021"
5-
rust-version = "1.61"
5+
rust-version = "1.63"
66
license = "Apache-2.0 OR ISC OR MIT"
77
readme = "../README.md"
88
description = "Rustls is a modern TLS library written in Rust."

rustls/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
//! support WebAssembly.
6666
//! For more information, see [the supported `ring` target platforms][ring-target-platforms].
6767
//!
68-
//! Rustls requires Rust 1.61 or later.
68+
//! Rustls requires Rust 1.63 or later.
6969
//!
7070
//! [ring-target-platforms]: https://github.com/briansmith/ring/blob/2e8363b433fa3b3962c877d9ed2e9145612f3160/include/ring-core/target.h#L18-L64
7171
//!

0 commit comments

Comments
 (0)
0