From 2d94eae4789bc9523ad9cd49625949227f6e2cd0 Mon Sep 17 00:00:00 2001 From: Alexey Galakhov Date: Wed, 5 Apr 2017 15:54:47 +0200 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4262a9c..13fdb5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.2.1" +version = "0.2.2" [features] default = ["tls"]