From 17732694d49715d39e101773e0ad405b4e8cb029 Mon Sep 17 00:00:00 2001 From: Alexey Galakhov Date: Sun, 2 Feb 2020 21:29:46 +0100 Subject: [PATCH] trivial: bump version Signed-off-by: Alexey Galakhov --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7e380f6..ec5a09b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,9 +7,9 @@ authors = ["Alexey Galakhov"] license = "MIT/Apache-2.0" readme = "README.md" homepage = "https://github.com/snapview/tungstenite-rs" -documentation = "https://docs.rs/tungstenite/0.10.0" +documentation = "https://docs.rs/tungstenite/0.10.1" repository = "https://github.com/snapview/tungstenite-rs" -version = "0.10.0" +version = "0.10.1" edition = "2018" [features]