From 9aff611dcce3bf1ea08e9c668c420c1e6d1c216e Mon Sep 17 00:00:00 2001 From: Alexey Galakhov Date: Tue, 11 Apr 2017 16:20:25 +0200 Subject: [PATCH] Version 0.2.2 released. Signed-off-by: Alexey Galakhov --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5aeff89..e811a31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,9 +7,9 @@ authors = ["Alexey Galakhov"] license = "MIT/Apache-2.0" readme = "README.md" homepage = "https://github.com/snapview/tungstenite-rs" -documentation = "https://docs.rs/tungstenite/0.2.1" +documentation = "https://docs.rs/tungstenite/0.2.2" repository = "https://github.com/snapview/tungstenite-rs" -version = "0.2.1" +version = "0.2.2" [features] default = ["tls"]