We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 132cabb commit ec81351Copy full SHA for ec81351
.github/workflows/test.yaml
@@ -17,7 +17,7 @@ jobs:
17
- stable
18
- beta
19
- nightly
20
- - 1.57.0 # MSRV - keep in sync with what rustls considers MSRV
+ - 1.60.0 # MSRV - keep in sync with what rustls considers MSRV
21
os: [ubuntu-20.04]
22
# but only stable on macos/windows (slower platforms)
23
include:
Cargo.toml
@@ -10,7 +10,7 @@ repository = "https://github.com/rustls/rustls-ffi"
10
categories = ["network-programming", "cryptography"]
11
edition = "2021"
12
links = "rustls_ffi"
13
-rust-version = "1.57"
+rust-version = "1.60"
14
15
[features]
16
# Enable this feature when building as Rust dependency. It inhibits the
0 commit comments