Skip to content

Commit ec81351

Browse files
committed
cargo: track rustls MSRV, 1.57 -> 1.60
1 parent 132cabb commit ec81351

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- stable
1818
- beta
1919
- nightly
20-
- 1.57.0 # MSRV - keep in sync with what rustls considers MSRV
20+
- 1.60.0 # MSRV - keep in sync with what rustls considers MSRV
2121
os: [ubuntu-20.04]
2222
# but only stable on macos/windows (slower platforms)
2323
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.57"
13+
rust-version = "1.60"
1414

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

0 commit comments

Comments
 (0)