From 450790725d1dfe4fc15a2f1d3d74b0de1891edcc Mon Sep 17 00:00:00 2001 From: Alexey Galakhov Date: Wed, 22 Mar 2017 19:25:59 +0100 Subject: [PATCH] Bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 884313e..4a9901f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tungstenite" description = "Lightweight stream-based WebSocket implementation" -categories = ["web-programming:websocket", "network-programming"] +categories = ["web-programming::websocket", "network-programming"] keywords = ["websocket", "io", "web"] authors = ["Alexey Galakhov"] license = "MIT" @@ -9,7 +9,7 @@ readme = "README.md" homepage = "https://github.com/snapview/tungstenite-rs" documentation = "https://docs.rs/tungstenite" repository = "https://github.com/snapview/tungstenite-rs" -version = "0.1.1" +version = "0.1.2" [features] default = ["tls"]