xmpp: Replace std stuff with alloc/core stuff
This commit is contained in:
parent
1c1b960265
commit
668cc05445
3 changed files with 5 additions and 3 deletions
|
|
@ -7,6 +7,8 @@
|
|||
#![deny(bare_trait_objects)]
|
||||
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
||||
|
||||
extern crate alloc;
|
||||
|
||||
pub use tokio_xmpp;
|
||||
pub use tokio_xmpp::jid;
|
||||
pub use tokio_xmpp::minidom;
|
||||
|
|
|
|||
Loading…
Reference in a new issue