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 @@
use std::iter::Iterator;
use quick_xml::reader::Reader;
use quick_xml::Reader;
use element::Element;