From f9746706893f28157ac59ac886afd9a0b594d936 Mon Sep 17 00:00:00 2001 From: Daniel Abramov Date: Tue, 14 Mar 2017 09:51:13 +0000 Subject: [PATCH] minor: Cargo.toml update tungstenite dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ebc0ee0..79e13ea 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", branch = "handshake-refactor" } +tungstenite = { git = "ssh://git@bitbucket.org/mikogo/tungstenite-rs.git" }