From ef006f58f18c7cc19c3f23b45be0a0e7c65bff1b Mon Sep 17 00:00:00 2001 From: Alexey Galakhov Date: Tue, 4 Apr 2017 14:35:03 +0200 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f83efd5..1bc289f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" homepage = "https://github.com/snapview/tokio-tungstenite" documentation = "https://docs.rs/tokio-tungstenite" repository = "https://github.com/snapview/tokio-tungstenite" -version = "0.1.2" +version = "0.1.3" [dependencies] futures = "*"