From f5c2b9f5d2e9ebf0a7f0fcb6ea161e4544440027 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 2 Oct 2023 12:02:52 +0200 Subject: [PATCH] Bump MSRV to 1.61 --- .github/workflows/ci.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d08e691..4594f8f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -236,7 +236,7 @@ jobs: - name: Install toolchain uses: dtolnay/rust-toolchain@master with: - toolchain: "1.60" + toolchain: "1.61" - run: cargo check --lib --all-features cross: diff --git a/Cargo.toml b/Cargo.toml index 09eafa3f..c4d3cf31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ categories = ["cryptography", "no-std"] description = "Web PKI X.509 Certificate Verification." edition = "2021" -rust-version = "1.60" +rust-version = "1.61" license = "ISC" name = "rustls-webpki" readme = "README.md"