From 3be36255843790a8ecee90d64579fba991c009ef 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 9f33dc33..4d2f2a58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -207,7 +207,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 ac5c1665..e11d1b33 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"