From 32f4106e4f9db8ccb6102e6bf843c08b9357a6e2 Mon Sep 17 00:00:00 2001 From: Daniel Abramov Date: Fri, 9 Jul 2021 12:42:44 +0200 Subject: [PATCH] Bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d80b66c..b531488 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,9 +7,9 @@ authors = ["Alexey Galakhov", "Daniel Abramov"] license = "MIT/Apache-2.0" readme = "README.md" homepage = "https://github.com/snapview/tungstenite-rs" -documentation = "https://docs.rs/tungstenite/0.12.0" +documentation = "https://docs.rs/tungstenite/0.14.0" repository = "https://github.com/snapview/tungstenite-rs" -version = "0.13.0" +version = "0.14.0" edition = "2018" [package.metadata.docs.rs]