tokio-xmpp 0.2.0

This commit is contained in:
Astro 2018-09-08 02:13:18 +02:00
commit 3954435d57

View file

@ -1,7 +1,7 @@
[package] [package]
name = "tokio-xmpp" name = "tokio-xmpp"
version = "0.1.2" version = "0.2.0"
authors = ["Astro <astro@spaceboyz.net>", "Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>", "pep <pep+code@bouah.net>"] authors = ["Astro <astro@spaceboyz.net>", "Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>", "pep <pep+code@bouah.net>", "O01eg <o01eg@yandex.ru>"]
description = "Asynchronous XMPP for Rust with tokio" description = "Asynchronous XMPP for Rust with tokio"
license = "MPL-2.0" license = "MPL-2.0"
homepage = "https://github.com/astro/tokio-xmpp" homepage = "https://github.com/astro/tokio-xmpp"
@ -15,7 +15,7 @@ futures = "0.1"
tokio = "0.1" tokio = "0.1"
tokio-io = "0.1" tokio-io = "0.1"
tokio-codec = "0.1" tokio-codec = "0.1"
bytes = "0.4.9" bytes = "0.4"
xml5ever = "0.12" xml5ever = "0.12"
minidom = "0.9" minidom = "0.9"
native-tls = "0.2" native-tls = "0.2"