Update to minidom 0.3.0.
This commit is contained in:
parent
1cea1987a2
commit
29725b9d4d
5 changed files with 5 additions and 9 deletions
|
|
@ -7,8 +7,7 @@
|
|||
use std::convert::TryFrom;
|
||||
use std::str::FromStr;
|
||||
|
||||
use minidom::{Element, IntoElements, IntoAttributeValue};
|
||||
use minidom::convert::ElementEmitter;
|
||||
use minidom::{Element, IntoElements, IntoAttributeValue, ElementEmitter};
|
||||
|
||||
use jid::Jid;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue