Update rxml to 0.10.0
See release notes [1] for details. [1]: https://codeberg.org/jssfr/rxml/releases/tag/v0.10.0
This commit is contained in:
parent
65c91439f8
commit
fb63ac8e50
4 changed files with 10 additions and 10 deletions
|
|
@ -21,4 +21,4 @@ edition = "2021"
|
|||
gitlab = { repository = "xmpp-rs/xmpp-rs" }
|
||||
|
||||
[dependencies]
|
||||
rxml = { version = "0.9.1", default-features = false, features = ["mt"] }
|
||||
rxml = { version = "0.10.0", default-features = false, features = ["sync", "smartstring"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue