Lower MSRV to 1.61

As that's what actually works.
This commit is contained in:
Sebastian Dröge 2023-12-08 12:27:54 +02:00 committed by Sebastian Dröge
parent d26431f73c
commit ba220c7354
1 changed files with 1 additions and 1 deletions

View File

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