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"