tokio-xmpp: update for futures-0.3 (100% API breakage)
This commit is contained in:
parent
23cb34e026
commit
7f25b4ef56
5 changed files with 249 additions and 308 deletions
|
|
@ -14,10 +14,10 @@ license = "MPL-2.0"
|
|||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
tokio-xmpp = "1.0.1"
|
||||
tokio-xmpp = "2.0.0"
|
||||
xmpp-parsers = "0.17"
|
||||
futures = "0.1"
|
||||
tokio = "0.1"
|
||||
futures = "0.3"
|
||||
tokio = "0.2"
|
||||
log = "0.4"
|
||||
|
||||
[features]
|
||||
|
|
|
|||
Loading…
Reference in a new issue