From 90e7053d2dc4be7deb04ed64bf73d66683e3bf71 Mon Sep 17 00:00:00 2001 From: Alexey Galakhov Date: Fri, 17 Mar 2017 18:18:32 +0100 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 a383f18..18ba64b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["websocket", "io", "web"] authors = ["Daniel Abramov ", "Alexey Galakhov "] license = "MIT" repository = "https://github.com/snapview/tokio-tungstenite" -version = "0.1.0" +version = "0.1.1" [dependencies] futures = "*"