From c6c77612c5e28e0ae07813d5c4627363d7039a7d Mon Sep 17 00:00:00 2001 From: Alexey Galakhov Date: Fri, 19 May 2017 18:05:32 +0200 Subject: [PATCH] Version 0.2.0 released. Signed-off-by: Alexey Galakhov --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 02c74f3..8b601e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,15 +6,15 @@ 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.1.2" +documentation = "https://docs.rs/tokio-tungstenite/0.2.0" repository = "https://github.com/snapview/tokio-tungstenite" -version = "0.1.2" +version = "0.2.0" [dependencies] -futures = "0.1.12" +futures = "0.1.13" tokio-io = "0.1.1" -tungstenite = "0.2.0" +tungstenite = "0.2.3" url = "1.4.0" [dev-dependencies] -tokio-core = "0.1.6" +tokio-core = "0.1.7"