File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 22
22
- stable
23
23
- beta
24
24
- 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
26
28
os : [ubuntu-latest]
27
29
# but only stable on macos/windows (slower platforms)
28
30
include :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ repository = "https://github.com/rustls/rustls-ffi"
10
10
categories = [" network-programming" , " cryptography" ]
11
11
edition = " 2021"
12
12
links = " rustls_ffi"
13
- rust-version = " 1.61 "
13
+ rust-version = " 1.64 "
14
14
15
15
[features ]
16
16
# Enable this feature when building as Rust dependency. It inhibits the
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.61
24
+ You'll need to [ install the Rust toolchain] ( https://rustup.rs/ ) (version 1.64
25
25
or above) and a C compiler (` gcc ` and ` clang ` should both work).
26
26
27
27
## Static Library
You can’t perform that action at this time.
0 commit comments