From 438dbaafecbf595df1b152af51e090c0c84fe577 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 17 Jan 2019 01:41:59 +0100 Subject: [PATCH] tokio-xmpp 0.2.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 954a605..afda4d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-xmpp" -version = "0.2.2" +version = "0.2.3" authors = ["Astro ", "Emmanuel Gil Peyrot ", "pep ", "O01eg "] description = "Asynchronous XMPP for Rust with tokio" license = "MPL-2.0"