Add serde feature for xmpp crate
This commit is contained in:
parent
aee4c79110
commit
034976748a
6 changed files with 9 additions and 0 deletions
|
|
@ -48,3 +48,5 @@ starttls-native = ["starttls", "tls-native"]
|
|||
starttls-rust = ["starttls", "tls-rust"]
|
||||
insecure-tcp = []
|
||||
syntax-highlighting = ["syntect"]
|
||||
# Enable serde support in jid crate
|
||||
serde = [ "xmpp-parsers/serde" ]
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ Version 3.5.0:
|
|||
previous release anyway.
|
||||
- Various fixes that were guarded under the tls-rust feature. All
|
||||
updates from dependencies.
|
||||
- Add serde feature, passed to jid crate
|
||||
|
||||
Version 3.4.0:
|
||||
2023-08-17 Maxime “pep” Buquet <pep@bouah.net>
|
||||
|
|
|
|||
Loading…
Reference in a new issue