Skip to content

Commit

Permalink
update MSRV 1.64 -> 1.71
Browse files Browse the repository at this point in the history
This matches upstream rustls.
  • Loading branch information
cpu committed Nov 22, 2024
1 parent 7544c61 commit 659d8e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- nightly
# MSRV - keep in sync with what rustls and rustls-platform-verifier
# consider MSRV
- 1.64.0
- 1.71.0
os: [ ubuntu-latest ]
# but only stable, clang, and aws-lc-rs on macos (slower platform)
include:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/rustls/rustls-ffi"
categories = ["network-programming", "cryptography"]
edition = "2021"
links = "rustls_ffi"
rust-version = "1.64"
rust-version = "1.71"

[features]
default = ["aws-lc-rs"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ to provide the cryptographic primitives.

# Build

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

## Cryptography provider
Expand Down

0 comments on commit 659d8e7

Please sign in to comment.