Update MSRV to 1.70

This commit is contained in:
Sebastian Dröge 2023-08-08 15:54:21 +03:00 committed by Sebastian Dröge
parent 1e6cc7fd69
commit f63c555544
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
rust:
- 1.64.0
- 1.70.0
- stable
- beta
- nightly

View File

@ -12,7 +12,7 @@ version = "0.22.2"
edition = "2018"
readme = "README.md"
include = ["examples/**/*", "src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
rust-version = "1.64"
rust-version = "1.70"
[features]
default = ["handshake"]