Skip to content

Commit

Permalink
Bump MSRV to 1.61
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Oct 2, 2023
1 parent 29b8d27 commit f5c2b9f
Show file tree
Hide file tree
Showing 2 changed files with 2 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.60"
toolchain: "1.61"
- run: cargo check --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.60"
rust-version = "1.61"
license = "ISC"
name = "rustls-webpki"
readme = "README.md"
Expand Down

0 comments on commit f5c2b9f

Please sign in to comment.