Set rust-version in Cargo.toml

This commit is contained in:
Sebastian Dröge 2023-05-08 10:30:39 +03:00
parent ff8e78d88f
commit fcd8632532
1 changed files with 1 additions and 0 deletions

View File

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