Version 0.5.4 released.

This is a security fix version. Features from the master branch
are scheduled for 0.6.0.

Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
This commit is contained in:
Alexey Galakhov 2018-07-02 18:17:15 +02:00
parent 376cea3a7e
commit 710aa8e6a9
1 changed files with 2 additions and 2 deletions

View File

@ -7,9 +7,9 @@ authors = ["Alexey Galakhov"]
license = "MIT/Apache-2.0"
readme = "README.md"
homepage = "https://github.com/snapview/tungstenite-rs"
documentation = "https://docs.rs/tungstenite/0.5.3"
documentation = "https://docs.rs/tungstenite/0.5.4"
repository = "https://github.com/snapview/tungstenite-rs"
version = "0.5.3"
version = "0.5.4"
[features]
default = ["tls"]