bump version to 0.9.0 and upgrade quick-xml to 0.12.1

This commit is contained in:
Matt Bilker 2018-04-10 21:01:18 -04:00
commit 96f223b7e3
No known key found for this signature in database
GPG key ID: 69ADF8AEB6C8B5D1
5 changed files with 13 additions and 10 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "minidom"
version = "0.8.0"
version = "0.9.0"
authors = [
"lumi <lumi@pew.im>",
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
@ -20,6 +20,6 @@ license = "MIT"
gitlab = { repository = "lumi/minidom-rs" }
[dependencies]
quick-xml = "0.11.0"
quick-xml = "0.12.1"
failure = "0.1.1"
failure_derive = "0.1.1"