Skip to content

Commit 659d8e7

Browse files
committed
update MSRV 1.64 -> 1.71
This matches upstream rustls.
1 parent 7544c61 commit 659d8e7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- nightly
2626
# MSRV - keep in sync with what rustls and rustls-platform-verifier
2727
# consider MSRV
28-
- 1.64.0
28+
- 1.71.0
2929
os: [ ubuntu-latest ]
3030
# but only stable, clang, and aws-lc-rs on macos (slower platform)
3131
include:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/rustls/rustls-ffi"
99
categories = ["network-programming", "cryptography"]
1010
edition = "2021"
1111
links = "rustls_ffi"
12-
rust-version = "1.64"
12+
rust-version = "1.71"
1313

1414
[features]
1515
default = ["aws-lc-rs"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ to provide the cryptographic primitives.
2121

2222
# Build
2323

24-
You'll need to [install the Rust toolchain](https://rustup.rs/) (version 1.64
24+
You'll need to [install the Rust toolchain](https://rustup.rs/) (version 1.71
2525
or above) and a C compiler (`gcc` and `clang` should both work).
2626

2727
## Cryptography provider

0 commit comments

Comments
 (0)