diff --git a/Cargo.toml b/Cargo.toml index e29fa25..1c64297 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tokio-tungstenite" description = "Tokio binding for Tungstenite, the Lightweight stream-based WebSocket implementation" -categories = ["web-programming:websocket", "network-programming", "asynchronous", "concurrency"] +categories = ["web-programming::websocket", "network-programming", "asynchronous", "concurrency"] keywords = ["websocket", "io", "web"] authors = ["Daniel Abramov ", "Alexey Galakhov "] license = "MIT" @@ -13,4 +13,4 @@ futures = "*" tokio-core = "*" url = "*" -tungstenite = "0.1.0" +tungstenite = "0.1.1"