From 81e3e1b7b584f6876ae6841e052b05e734fc24eb Mon Sep 17 00:00:00 2001 From: Alexey Galakhov Date: Fri, 17 Mar 2017 18:25:29 +0100 Subject: [PATCH] Released version 0.1.0 Signed-off-by: Alexey Galakhov --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a383f18..be8c88d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,8 +9,8 @@ repository = "https://github.com/snapview/tokio-tungstenite" version = "0.1.0" [dependencies] -futures = "*" -tokio-core = "*" -url = "*" +futures = "0.1.10" +tokio-core = "0.1.4" +url = "1.4.0" tungstenite = "0.1.0"