From 3954435d57aa13886b431b6c508423162ed75760 Mon Sep 17 00:00:00 2001 From: Astro Date: Sat, 8 Sep 2018 02:13:18 +0200 Subject: [PATCH] tokio-xmpp 0.2.0 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 87c6bc83a191da9a08e7d1216c82c48de1ec7147..09a0343714303b99bcd4d454dd3f300666d8243d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tokio-xmpp" -version = "0.1.2" -authors = ["Astro ", "Emmanuel Gil Peyrot ", "pep "] +version = "0.2.0" +authors = ["Astro ", "Emmanuel Gil Peyrot ", "pep ", "O01eg "] description = "Asynchronous XMPP for Rust with tokio" license = "MPL-2.0" homepage = "https://github.com/astro/tokio-xmpp" @@ -15,7 +15,7 @@ futures = "0.1" tokio = "0.1" tokio-io = "0.1" tokio-codec = "0.1" -bytes = "0.4.9" +bytes = "0.4" xml5ever = "0.12" minidom = "0.9" native-tls = "0.2"