File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repository = "https://github.com/rustls/rustls-ffi"
99categories = [" network-programming" , " cryptography" ]
1010edition = " 2021"
1111links = " rustls_ffi"
12- rust-version = " 1.64 "
12+ rust-version = " 1.71 "
1313
1414[features ]
1515default = [" aws-lc-rs" ]
Original file line number Diff line number Diff 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
2525or above) and a C compiler (` gcc ` and ` clang ` should both work).
2626
2727## Cryptography provider
You can’t perform that action at this time.
0 commit comments