From 2bc3d85da4ab6888e3ad2c75acf89d9f2635ef13 Mon Sep 17 00:00:00 2001 From: Alexey Galakhov Date: Fri, 22 Sep 2023 17:49:32 +0200 Subject: [PATCH] Bump crate version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 31975090..75d7ddfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ readme = "README.md" homepage = "https://github.com/snapview/tungstenite-rs" documentation = "https://docs.rs/tungstenite/0.20.0" repository = "https://github.com/snapview/tungstenite-rs" -version = "0.20.0" +version = "0.20.1" edition = "2018" rust-version = "1.51" include = ["benches/**/*", "src/**/*", "examples/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]