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>
v0.5 v0.5.4
Alexey Galakhov 7 years ago
parent 376cea3a7e
commit 710aa8e6a9
  1. 4
      Cargo.toml

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

Loading…
Cancel
Save