From b9e6e59dce9bc38f2f225a0630d3717a4607a3aa Mon Sep 17 00:00:00 2001 From: Daniel Abramov Date: Thu, 7 Feb 2019 15:14:39 +0100 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a92f1e4..beddedc 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.6.0" repository = "https://github.com/snapview/tokio-tungstenite" -version = "0.6.0" +version = "0.7.0" [features] default = ["connect", "tls"]