RUST_LOG=debug can now be used in tokio-xmpp examples to see XMPP network traffic
This commit is contained in:
parent
ae67949e7a
commit
3ac741d666
7 changed files with 16 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
xxxxxxxxxx
|
||||
* Breaking changes:
|
||||
- AsyncClient::new takes a parsed Jid instead of string (#72)
|
||||
- AsyncClient::new takes a parsed Jid instead of string (#72)
|
||||
* Changes:
|
||||
- env_logger is now included in dev_dependencies for examples debugging with RUST_LOG=debug
|
||||
Loading…
Reference in a new issue