Skip to content

Commit

Permalink
update MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
Keruspe committed Aug 29, 2024
1 parent 550b708 commit c5ee9cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
rust: [nightly, beta, stable, 1.60.0]
rust: [nightly, beta, stable, 1.74.0]
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation = "https://docs.rs/rustls-connector"
keywords = ["tls", "rustls"]
categories = ["network-programming"]
license = "BSD-2-Clause"
rust-version = "1.60.0"
rust-version = "1.74.0"

[lib]
name = "rustls_connector"
Expand Down

0 comments on commit c5ee9cd

Please sign in to comment.