general: specify the MSRV

This commit is contained in:
Daniel Abramov 2022-02-16 12:16:22 +01:00
parent 653296a1d4
commit 6f25eaef78
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
# 0.17.1
- Specify the minimum required Rust version.
# 0.17.0
- Update of dependencies (primarily `sha1`).

View File

@ -11,6 +11,7 @@ documentation = "https://docs.rs/tungstenite/0.17.0"
repository = "https://github.com/snapview/tungstenite-rs"
version = "0.17.0"
edition = "2018"
rust-version = "1.58"
include = ["benches/**/*", "src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]
[package.metadata.docs.rs]