From 710aa8e6a97c9fe850f619250d4218129af7eb4d Mon Sep 17 00:00:00 2001 From: Alexey Galakhov Date: Mon, 2 Jul 2018 18:17:15 +0200 Subject: [PATCH] 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 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c9fe75d..6b71979 100644 --- a/Cargo.toml +++ b/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"]