Skip to content

Commit 2fbf249

Browse files
amesgencpu
authored andcommitted
project: bump MSRV to 1.64 for rustls-platform-verifier
1 parent bfe6cf7 commit 2fbf249

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
- stable
2323
- beta
2424
- nightly
25-
- 1.61.0 # MSRV - keep in sync with what rustls considers MSRV
25+
# MSRV - keep in sync with what rustls and rustls-platform-verifier
26+
# consider MSRV
27+
- 1.64.0
2628
os: [ubuntu-latest]
2729
# but only stable on macos/windows (slower platforms)
2830
include:

Cargo.toml

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

1515
[features]
1616
# Enable this feature when building as Rust dependency. It inhibits the

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

2727
## Static Library

0 commit comments

Comments
 (0)