From 6ed543c8bf99d57c385e19fa1191d34384837b21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 16 Nov 2019 00:25:37 +0100 Subject: [PATCH] Update to tungstenite 0.9.2 instead of tracking git master --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 33e57e3..6a94d93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,9 +23,7 @@ futures = "0.3" pin-project = "0.4" [dependencies.tungstenite] -#version = "0.9.2" -git = "https://github.com/snapview/tungstenite-rs.git" -branch = "master" +version = "0.9.2" default-features = false [dependencies.bytes]