tokio-xmpp: release 3.0.0

Astro created

Change summary

tokio-xmpp/Cargo.toml | 2 +-
xmpp/Cargo.toml       | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Detailed changes

tokio-xmpp/Cargo.toml 🔗

@@ -1,6 +1,6 @@
 [package]
 name = "tokio-xmpp"
-version = "2.0.0"
+version = "3.0.0"
 authors = ["Astro <astro@spaceboyz.net>", "Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>", "pep <pep+code@bouah.net>", "O01eg <o01eg@yandex.ru>", "SonnyX <randy@vonderweide.nl>", "Paul Fariello <paul@fariello.eu>"]
 description = "Asynchronous XMPP for Rust with tokio"
 license = "MPL-2.0"

xmpp/Cargo.toml 🔗

@@ -14,7 +14,7 @@ license = "MPL-2.0"
 edition = "2018"
 
 [dependencies]
-tokio-xmpp = "2.0.0"
+tokio-xmpp = "3.0.0"
 xmpp-parsers = "0.18"
 futures = "0.3"
 tokio = "1"