Bump xso version to 0.2.0
This commit is contained in:
parent
5ab4f395e0
commit
3ffff2614a
4 changed files with 5 additions and 3 deletions
|
|
@ -26,7 +26,7 @@ pin-project-lite = { version = "0.2" }
|
|||
# same repository dependencies
|
||||
sasl = { version = "0.5", path = "../sasl" }
|
||||
xmpp-parsers = { version = "0.21", path = "../parsers", features = [ "log" ] }
|
||||
xso = { version = "0.1", path = "../xso" }
|
||||
xso = { version = "0.2", path = "../xso" }
|
||||
|
||||
# these are only needed for starttls ServerConnector support
|
||||
hickory-resolver = { version = "0.25", optional = true}
|
||||
|
|
|
|||
Loading…
Reference in a new issue