CHANGELOG.md 🔗 @@ -1,3 +1,6 @@ +Version XXX, released YYY: + * Changes + * Update to quick-xml 0.15 Version 0.11.0, released 2019-06-14: * Breaking * Get rid of IntoElements, replace with `Into<Node>` and `<T: Into<Node> IntoIterator<Item = T>>`
Cargo.toml 🔗 @@ -20,6 +20,6 @@ license = "MIT" gitlab = { repository = "lumi/minidom-rs" } [dependencies] -quick-xml = "0.14" +quick-xml = "0.15" failure = "0.1.1" failure_derive = "0.1.1"