Bump MSRV to 1.64

This commit is contained in:
ComplexSpaces 2023-05-17 15:17:07 -05:00 committed by Sebastian Dröge
parent e935f4078b
commit 2365647978
2 changed files with 2 additions and 2 deletions

View File

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

View File

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