Update to quick-xml 0.15

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-08-21 10:32:32 +02:00
parent 1f96d82cb8
commit aa8018d999
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
Version XXX, released YYY:
* Changes
* Update to quick-xml 0.15
Version 0.11.0, released 2019-06-14: Version 0.11.0, released 2019-06-14:
* Breaking * Breaking
* Get rid of IntoElements, replace with `Into<Node>` and `<T: Into<Node> IntoIterator<Item = T>>` * Get rid of IntoElements, replace with `Into<Node>` and `<T: Into<Node> IntoIterator<Item = T>>`

View file

@ -20,6 +20,6 @@ license = "MIT"
gitlab = { repository = "lumi/minidom-rs" } gitlab = { repository = "lumi/minidom-rs" }
[dependencies] [dependencies]
quick-xml = "0.14" quick-xml = "0.15"
failure = "0.1.1" failure = "0.1.1"
failure_derive = "0.1.1" failure_derive = "0.1.1"