From 722850d4738bfa245ee2397bf1b6af9fe158bc41 Mon Sep 17 00:00:00 2001 From: Daniel Abramov Date: Sat, 23 Sep 2023 14:10:04 +0200 Subject: [PATCH] Fix incorrect metadata in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 75d7ddf..9236e91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ 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.20.0" +documentation = "https://docs.rs/tungstenite/0.20.1" repository = "https://github.com/snapview/tungstenite-rs" version = "0.20.1" edition = "2018"