From 9f3b559555e474a44b705deae46612b55c705a80 Mon Sep 17 00:00:00 2001 From: Daniel Abramov Date: Fri, 20 Jul 2018 12:10:26 +0200 Subject: [PATCH] Bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index aaa6c02..17eaf30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,9 +6,9 @@ keywords = ["websocket", "io", "web"] authors = ["Daniel Abramov ", "Alexey Galakhov "] license = "MIT" homepage = "https://github.com/snapview/tokio-tungstenite" -documentation = "https://docs.rs/tokio-tungstenite/0.5.1" +documentation = "https://docs.rs/tokio-tungstenite/0.6.0" repository = "https://github.com/snapview/tokio-tungstenite" -version = "0.5.1" +version = "0.6.0" [features] default = ["connect", "tls"]