From 3b28f485fce4e871a9f286d230b13e426a6d4b63 Mon Sep 17 00:00:00 2001 From: Constantin Nickel Date: Sat, 17 Oct 2020 18:00:09 +0200 Subject: [PATCH] Update version to 0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 537dd57..a51a417 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.9.3" +version = "0.10.0" edition = "2018" readme = "README.md"