From 334148fff5f6b5eb7b9e3376d7953544bbe8c46b Mon Sep 17 00:00:00 2001 From: Daniel Faust Date: Sat, 6 Apr 2019 09:34:14 +0200 Subject: [PATCH] Depend on tungstenite master branch --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index beddedc..e496590 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,6 @@ tokio-io = "0.1.7" # Uncomment when `tungstenite-rs` is released. # version = "0.7.0" git = "https://github.com/snapview/tungstenite-rs" -branch = "close-as-message" default-features = false [dependencies.bytes]