Skip to content

Commit a5e5f17

Browse files
committed
project: MSRV 1.56 -> 1.64
Unfortunately Rust 1.64.0 is the oldest toolchain version that we can get working with cargo-ndk, which is required for building *ring* for the Android targets. The prior MSRV was not being tested correctly in CI and so wasn't actually compatible with the crate as it stands today.
1 parent f5e2cad commit a5e5f17

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
- uses: dtolnay/rust-toolchain@master
7272
with:
73-
toolchain: "1.56.0" # MSRV
73+
toolchain: "1.64.0" # MSRV
7474
components: clippy
7575

7676
- name: Install cargo-ndk.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.64.0"
1111

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

README.md

Lines changed: 2 additions & 2 deletions
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.64+-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)