From 31dbb4f6e1167d1f66d6ccf65179d7abf34a14dd Mon Sep 17 00:00:00 2001 From: Daniel Abramov Date: Sun, 15 Dec 2024 12:36:32 +0100 Subject: [PATCH] Bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 72872214..448f51b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,9 +7,9 @@ authors = ["Alexey Galakhov", "Daniel Abramov"] license = "MIT OR Apache-2.0" readme = "README.md" homepage = "https://github.com/snapview/tungstenite-rs" -documentation = "https://docs.rs/tungstenite/0.24.0" +documentation = "https://docs.rs/tungstenite/0.25.0" repository = "https://github.com/snapview/tungstenite-rs" -version = "0.24.0" +version = "0.25.0" edition = "2021" rust-version = "1.63" include = ["benches/**/*", "src/**/*", "examples/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]