Skip to content

Commit

Permalink
Bump MSRV to 1.71
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Nov 19, 2024
1 parent c2af03c commit 74f3375
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:
- name: Install toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.63"
toolchain: "1.71"
- run: cargo check --locked --lib --all-features

cross:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
categories = ["cryptography", "no-std"]
description = "Web PKI X.509 Certificate Verification."
edition = "2021"
rust-version = "1.63"
rust-version = "1.71"
license = "ISC"
name = "rustls-webpki"
readme = "README.md"
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#![deny(missing_docs, clippy::as_conversions)]
#![allow(
clippy::len_without_is_empty,
clippy::manual_let_else,
clippy::new_without_default,
clippy::single_match,
clippy::single_match_else,
Expand Down

0 comments on commit 74f3375

Please sign in to comment.