From cba1d7bb327f284a6f943deb7259d4bcd76f792a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 22 May 2020 22:42:01 +0300 Subject: [PATCH] Update version to 0.5.0 This depends on a new version of async-tls, which breaks API. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 124def4..1061be2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" homepage = "https://github.com/sdroege/async-tungstenite" repository = "https://github.com/sdroege/async-tungstenite" documentation = "https://docs.rs/async-tungstenite" -version = "0.4.3" +version = "0.5.0" edition = "2018" readme = "README.md"