Release version 0.21.0

This commit is contained in:
Alexey Galakhov 2023-12-07 02:02:02 +01:00
parent bcd7f85e65
commit 85463b264e
1 changed files with 2 additions and 2 deletions

View File

@ -7,9 +7,9 @@ authors = ["Alexey Galakhov", "Daniel Abramov"]
license = "MIT OR Apache-2.0"
readme = "README.md"
homepage = "https://github.com/snapview/tungstenite-rs"
documentation = "https://docs.rs/tungstenite/0.20.1"
documentation = "https://docs.rs/tungstenite/0.21.0"
repository = "https://github.com/snapview/tungstenite-rs"
version = "0.20.1"
version = "0.21.0"
edition = "2018"
rust-version = "1.51"
include = ["benches/**/*", "src/**/*", "examples/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]