Skip to content

Commit 85c6ba9

Browse files
committed
project: MSRV 1.56 -> 1.60.
This matches the Rustls MSRV and resolves a build error from `once_cell`.
1 parent 356f736 commit 85c6ba9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
rust:
2626
- stable
2727
# MSRV
28-
- 1.56.0
28+
- 1.60.0
2929
steps:
3030
- uses: actions/checkout@v3
3131
with:

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["tls", "certificate", "verification", "os", "native"]
77
repository = "https://github.com/1Password/rustls-platform-verifier"
88
license = "MIT OR Apache-2.0"
99
edition = "2021"
10-
rust-version = "1.56"
10+
rust-version = "1.60"
1111

1212
exclude = [
1313
"android/.run",

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![crates.io version](https://img.shields.io/crates/v/rustls-platform-verifier.svg)](https://crates.io/crates/rustls-platform-verifier)
44
[![crate documentation](https://docs.rs/rustls-platform-verifier/badge.svg)](https://docs.rs/rustls-platform-verifier)
5-
![MSRV](https://img.shields.io/badge/rustc-1.56+-blue.svg)
5+
![MSRV](https://img.shields.io/badge/rustc-1.60+-blue.svg)
66
[![crates.io downloads](https://img.shields.io/crates/d/rustls-platform-verifier.svg)](https://crates.io/crates/rustls-platform-verifier)
77
![CI](https://github.com/1Password/rustls-platform-verifier/workflows/CI/badge.svg)
88

@@ -159,4 +159,4 @@ Licensed under either of <a href="LICENSE-APACHE">Apache License, Version
159159
Unless you explicitly state otherwise, any contribution intentionally submitted
160160
for inclusion in this crate by you, as defined in the Apache-2.0 license, shall
161161
be dual licensed as above, without any additional terms or conditions.
162-
</sub>
162+
</sub>

0 commit comments

Comments
 (0)