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 25
25
- nightly
26
26
# MSRV - keep in sync with what rustls and rustls-platform-verifier
27
27
# consider MSRV
28
- - 1.64 .0
28
+ - 1.71 .0
29
29
os : [ ubuntu-latest ]
30
30
# but only stable, clang, and aws-lc-rs on macos (slower platform)
31
31
include :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repository = "https://github.com/rustls/rustls-ffi"
9
9
categories = [" network-programming" , " cryptography" ]
10
10
edition = " 2021"
11
11
links = " rustls_ffi"
12
- rust-version = " 1.64 "
12
+ rust-version = " 1.71 "
13
13
14
14
[features ]
15
15
default = [" aws-lc-rs" ]
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ to provide the cryptographic primitives.
21
21
22
22
# Build
23
23
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
25
25
or above) and a C compiler (` gcc ` and ` clang ` should both work).
26
26
27
27
## Cryptography provider
You can’t perform that action at this time.
0 commit comments