Update MSRV to 1.60 and test it
This commit is contained in:
parent
15020d31e5
commit
214ca2c94c
13
.github/workflows/CI.yml
vendored
13
.github/workflows/CI.yml
vendored
@ -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…
Reference in New Issue
Block a user