From b9f71029a368d3051f282c4157a546c53e41cf05 Mon Sep 17 00:00:00 2001 From: Alexey Galakhov Date: Tue, 4 Apr 2017 13:27:05 +0200 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cb1b24f..4262a9c 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.0" +version = "0.2.1" [features] default = ["tls"]