Add serde feature for xmpp crate
This commit is contained in:
parent
aee4c79110
commit
034976748a
6 changed files with 9 additions and 0 deletions
|
|
@ -30,6 +30,8 @@ minidom = { version = "0.15", path = "../minidom" }
|
|||
component = []
|
||||
# Disable validation of unknown attributes.
|
||||
disable-validation = []
|
||||
# Enable serde support in jid crate
|
||||
serde = [ "jid/serde" ]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
rustdoc-args = [ "--sort-modules-by-appearance", "-Zunstable-options" ]
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ Version xxx:
|
|||
0000-00-00 Authors
|
||||
* Improvements:
|
||||
- Re-export the jid module entirely.
|
||||
- Add serde feature, passed to jid crate
|
||||
|
||||
Version 0.20.0:
|
||||
2023-08-17 Maxime “pep” Buquet <pep@bouah.net>, Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
|
||||
|
|
|
|||
Loading…
Reference in a new issue