From e1a5153f405051aeed01acac301400306fbba812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 24 Nov 2019 18:17:13 +0100 Subject: [PATCH] Bump version to 0.10.0 because of API changes --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 34b8330..ec0b5c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,9 +7,9 @@ authors = ["Alexey Galakhov"] license = "MIT/Apache-2.0" readme = "README.md" homepage = "https://github.com/snapview/tungstenite-rs" -documentation = "https://docs.rs/tungstenite/0.9.3" +documentation = "https://docs.rs/tungstenite/0.10.0" repository = "https://github.com/snapview/tungstenite-rs" -version = "0.9.3" +version = "0.10.0" edition = "2018" [features]