From 60f9d3eedde7992d06b9debd24438bebdf820e8d Mon Sep 17 00:00:00 2001 From: Alexey Galakhov Date: Tue, 4 Apr 2017 14:02:02 +0200 Subject: [PATCH] Version 0.1.2 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 f83efd5..02c74f3 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" +documentation = "https://docs.rs/tokio-tungstenite/0.1.2" repository = "https://github.com/snapview/tokio-tungstenite" version = "0.1.2" [dependencies] -futures = "*" -tokio-io = "*" +futures = "0.1.12" +tokio-io = "0.1.1" tungstenite = "0.2.0" -url = "*" +url = "1.4.0" [dev-dependencies] -tokio-core = "*" +tokio-core = "0.1.6"