From 5695f5d8918f723f317e1bb8c7bd2c94adc2ff76 Mon Sep 17 00:00:00 2001 From: Daniel Abramov Date: Wed, 16 Feb 2022 13:01:25 +0100 Subject: [PATCH] Bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9bd9838..3d0d92a 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.17.0" +documentation = "https://docs.rs/tungstenite/0.17.1" repository = "https://github.com/snapview/tungstenite-rs" -version = "0.17.0" +version = "0.17.1" edition = "2018" rust-version = "1.58" include = ["benches/**/*", "src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]