From 4d5f66666245a53530f69140a46664e2b1ff117e Mon Sep 17 00:00:00 2001 From: Daniel Abramov Date: Wed, 2 Aug 2017 13:47:29 +0200 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3f3a99d..9537845 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.2.1" repository = "https://github.com/snapview/tokio-tungstenite" -version = "0.2.1" +version = "0.3.0" [features] default = ["connect", "tls"]