diff --git a/Cargo.toml b/Cargo.toml index 0bcc577..e504ed9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,9 +6,9 @@ keywords = ["websocket", "io", "web"] authors = ["Daniel Abramov ", "Alexey Galakhov "] license = "MIT" homepage = "https://github.com/snapview/tokio-tungstenite" -documentation = "https://docs.rs/tokio-tungstenite/0.8.0" +documentation = "https://docs.rs/tokio-tungstenite/0.9.0" repository = "https://github.com/snapview/tokio-tungstenite" -version = "0.8.0" +version = "0.9.0" [features] default = ["connect", "tls"]