From 4298e9e45febcb4ead33cee65b3af690f5d74fcc Mon Sep 17 00:00:00 2001 From: Daniel Abramov Date: Mon, 15 Nov 2021 17:39:43 +0100 Subject: [PATCH] Bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1e30ee50..c8738f9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,9 +6,9 @@ keywords = ["websocket", "io", "web"] authors = ["Daniel Abramov ", "Alexey Galakhov "] license = "MIT" homepage = "https://github.com/snapview/tokio-tungstenite" -documentation = "https://docs.rs/tokio-tungstenite/0.15.0" +documentation = "https://docs.rs/tokio-tungstenite/0.16.0" repository = "https://github.com/snapview/tokio-tungstenite" -version = "0.15.0" +version = "0.16.0" edition = "2018" include = ["examples/**/*", "src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]