Skip to content

Commit

Permalink
proj: MSRV 1.61 -> 1.63
Browse files Browse the repository at this point in the history
We're seeing more of our deps move to this MSRV or higher and it's
shipped in Debian stable. Time to move our MSRV to 1.63.
  • Loading branch information
cpu committed Apr 22, 2024
1 parent b9727af commit 5764dd4
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 @@ -240,7 +240,7 @@ jobs:
- name: Install toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.61"
toolchain: "1.63"
- 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.61"
rust-version = "1.63"
license = "ISC"
name = "rustls-webpki"
readme = "README.md"
Expand Down

0 comments on commit 5764dd4

Please sign in to comment.