Bump MSRV to 1.64

main
ComplexSpaces 1 year ago committed by Sebastian Dröge
parent e935f4078b
commit 2365647978
  1. 2
      .github/workflows/ci.yml
  2. 2
      Cargo.toml

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

@ -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"]

Loading…
Cancel
Save