From a572bf4dea0e61012aa013318f0e560819d066fa Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 9 Sep 2019 15:29:50 +0200 Subject: [PATCH] tokio-xmpp 1.0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c6b5c26e..b2cb5183 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-xmpp" -version = "1.0.0" +version = "1.0.1" authors = ["Astro ", "Emmanuel Gil Peyrot ", "pep ", "O01eg "] description = "Asynchronous XMPP for Rust with tokio" license = "MPL-2.0"