tokio-xmpp: derive Debug on multiple structures

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2025-03-26 21:54:59 +01:00
commit 6fe7f92e7d
4 changed files with 9 additions and 0 deletions

View file

@ -39,6 +39,7 @@ XXXX-YY-ZZ RELEASER <admin@example.com>
Future.
- `rustls` is now re-exported if it is enabled, to allow applications to
set the default crypto provider if needed. (!581)
- Derive Debug on Client and associated structs
* Changes:
- On Linux, once the TLS session is established, we can delegate the
actual encryption and decryption to the kernel, which in turn can