From 306f1984614448643e7ec7a3cedbfe5116676942 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com>
Date: Mon, 12 Oct 2020 20:31:35 +0300
Subject: [PATCH] Update version to 0.9.0

The update to async-tls 0.9 changes the API if that feature is enabled.

Fixes https://github.com/sdroege/async-tungstenite/issues/52
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 9917ab2..c814b09 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.8.0"
+version = "0.9.0"
 edition = "2018"
 readme = "README.md"