Skip to content

Commit c8b8214

Browse files
committed
Bump MSRV to 1.60
This is the minimum of once_cell 1.18.0 (selected via ring -> web-sys -> wasm-bindgen -> wasm-bindgen-macro -> wasm-bindgen-macro-support -> wasm-bindgen-backend -> once_cell).
1 parent 8557522 commit c8b8214

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,8 @@ jobs:
9292

9393
- uses: dtolnay/rust-toolchain@master
9494
with:
95-
# MSRV: Rust 1.47 and later have bugs in rustc that prevent some
96-
# projects from upgrading past 1.46 yet. So, maintain compatibility
97-
# for 1.46 until those bugs are fixed.
9895
# Make sure to update rust-version in Cargo.toml when updating MSRV.
99-
toolchain: 1.46.0
96+
toolchain: "1.60"
10097

10198
- run: |
10299
cargo check --lib --all-features

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
categories = ["cryptography", "no-std"]
1717
description = "Web PKI X.509 Certificate Verification."
1818
edition = "2018"
19-
rust-version = "1.46"
19+
rust-version = "1.60"
2020
license-file = "LICENSE"
2121
name = "rustls-webpki"
2222
readme = "README.md"

0 commit comments

Comments
 (0)