From 52f74684eede1400b2020dac7f9245f528f6292d Mon Sep 17 00:00:00 2001 From: Daniel Abramov Date: Thu, 8 Aug 2019 14:24:35 +0200 Subject: [PATCH] Bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0bcc577..e504ed9 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.8.0" +documentation = "https://docs.rs/tokio-tungstenite/0.9.0" repository = "https://github.com/snapview/tokio-tungstenite" -version = "0.8.0" +version = "0.9.0" [features] default = ["connect", "tls"]