From 7d67c085295c30d670c338f4b60702ec860f78dd Mon Sep 17 00:00:00 2001 From: Alexey Galakhov Date: Fri, 17 Mar 2017 18:11:15 +0100 Subject: [PATCH] Depend on the published version of Tungstenite Signed-off-by: Alexey Galakhov --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 361f4a1..78c3b26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,5 +8,5 @@ futures = "*" tokio-core = "*" url = "*" -tungstenite = { git = "ssh://git@bitbucket.org/mikogo/tungstenite-rs.git" } +tungstenite = "0.1.0"