Update MSRV to 1.60 and test it

main
Joseph Birr-Pixton 11 months ago committed by ctz
parent 15020d31e5
commit 214ca2c94c
  1. 13
      .github/workflows/CI.yml
  2. 2
      Cargo.toml

@ -67,3 +67,16 @@ jobs:
- name: Run cargo clippy
if: always()
run: cargo clippy --all-features -- -D warnings
msrv:
name: MSRV
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.60"
- run: cargo check --lib --all-features

@ -9,7 +9,7 @@ readme = "README.md"
description = "Asynchronous TLS/SSL streams for Tokio using Rustls."
categories = ["asynchronous", "cryptography", "network-programming"]
edition = "2018"
rust-version = "1.56"
rust-version = "1.60"
[dependencies]
tokio = "1.0"

Loading…
Cancel
Save