From 2ac5971aabd7b284cae2fde982ae93b921bf0d59 Mon Sep 17 00:00:00 2001 From: Daniel Abramov Date: Fri, 1 Sep 2017 17:21:22 +0200 Subject: [PATCH] Bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 30eed04..5ffe8c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" homepage = "https://github.com/snapview/tokio-tungstenite" documentation = "https://docs.rs/tokio-tungstenite/0.3.0" repository = "https://github.com/snapview/tokio-tungstenite" -version = "0.3.0" +version = "0.4.0" [features] default = ["connect", "tls"] @@ -21,7 +21,7 @@ futures = "0.1.14" tokio-io = "0.1.2" [dependencies.tungstenite] -git = "https://github.com/snapview/tungstenite-rs.git" +git = "https://github.com/snapview/tungstenite-rs.git" # FIXME: set to 0.5.0 after tungstenite's approval branch = "request_minor" default-features = false