Update to quick-xml 0.15
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
1f96d82cb8
commit
aa8018d999
2 changed files with 4 additions and 1 deletions
|
@ -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>>`
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue