Cargo.toml: Update minidom to 0.4.3 to use its new IntoAttributeValue implementation on numbers.
This commit is contained in:
parent
8e1d5e7983
commit
6794b34714
6 changed files with 9 additions and 12 deletions
|
|
@ -43,7 +43,7 @@ impl Into<Element> for Transport {
|
|||
fn into(self) -> Element {
|
||||
Element::builder("transport")
|
||||
.ns(ns::JINGLE_IBB)
|
||||
.attr("block-size", format!("{}", self.block_size))
|
||||
.attr("block-size", self.block_size)
|
||||
.attr("sid", self.sid)
|
||||
.attr("stanza", self.stanza)
|
||||
.build()
|
||||
|
|
|
|||
Loading…
Reference in a new issue