From 7bb4bd1094ca11372b79fe19c9022b98530187da Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 20 Dec 2018 21:30:56 +0100 Subject: [PATCH] tokio-xmpp 0.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b6c86df..ee3b80a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-xmpp" -version = "0.2.0" +version = "0.2.1" authors = ["Astro ", "Emmanuel Gil Peyrot ", "pep ", "O01eg "] description = "Asynchronous XMPP for Rust with tokio" license = "MPL-2.0"