From c8dc978dd54c75a2617c269e4b891f121bb74aef Mon Sep 17 00:00:00 2001 From: Alexey Galakhov Date: Fri, 19 May 2017 18:09:40 +0200 Subject: [PATCH] Bump version Signed-off-by: Alexey Galakhov --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c7ed320..5ba5ac0 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" repository = "https://github.com/snapview/tokio-tungstenite" -version = "0.1.3" +version = "0.2.1" [dependencies] futures = "*"