tokio-xmpp: release 3.0.0
This commit is contained in:
parent
acdc48072d
commit
48ce51b4ad
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue