Skip to content

Commit c5ee9cd

Browse files
committed
update MSRV
1 parent 550b708 commit c5ee9cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest, windows-latest, macos-latest]
16-
rust: [nightly, beta, stable, 1.60.0]
16+
rust: [nightly, beta, stable, 1.74.0]
1717
steps:
1818
- uses: actions/checkout@v2
1919

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation = "https://docs.rs/rustls-connector"
99
keywords = ["tls", "rustls"]
1010
categories = ["network-programming"]
1111
license = "BSD-2-Clause"
12-
rust-version = "1.60.0"
12+
rust-version = "1.74.0"
1313

1414
[lib]
1515
name = "rustls_connector"

0 commit comments

Comments
 (0)