From 3fb359224ed5229dc1cf40d967dde7c1a1ed0778 Mon Sep 17 00:00:00 2001 From: Alexey Galakhov Date: Tue, 14 May 2019 10:16:27 +0200 Subject: [PATCH] Bump version Signed-off-by: Alexey Galakhov --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1f432c4..0e240e8 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.7.0" +documentation = "https://docs.rs/tungstenite/0.8.0" repository = "https://github.com/snapview/tungstenite-rs" -version = "0.7.0" +version = "0.8.0" [features] default = ["tls"]